Latest build images seem to have an openssl problem
Latest build images seem to cause a problem. Something about libssl.so
: https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/70712929
$ source scripts/prepare_build.sh
The Gemfile's dependencies are satisfied
Successfully installed knapsack-1.16.0
1 gem installed
CREATE ROLE
GRANT
rake aborted!
LoadError: libssl.so.1.0.0: cannot open shared object file: No such file or directory - /builds/gitlab-org/gitlab-ce/vendor/ruby/2.3.0/gems/rugged-0.27.0/lib/rugged/rugged.so
/builds/gitlab-org/gitlab-ce/vendor/ruby/2.3.0/gems/rugged-0.27.0/lib/rugged.rb:10:in `require'
/builds/gitlab-org/gitlab-ce/vendor/ruby/2.3.0/gems/rugged-0.27.0/lib/rugged.rb:10:in `rescue in <top (required)>'
/builds/gitlab-org/gitlab-ce/vendor/ruby/2.3.0/gems/rugged-0.27.0/lib/rugged.rb:6:in `<top (required)>'
/builds/gitlab-org/gitlab-ce/config/application.rb:5:in `<top (required)>'
/builds/gitlab-org/gitlab-ce/Rakefile:5:in `require'
/builds/gitlab-org/gitlab-ce/Rakefile:5:in `<top (required)>'
/builds/gitlab-org/gitlab-ce/vendor/ruby/2.3.0/gems/rake-12.3.1/exe/rake:27:in `<top (required)>'
/usr/local/bin/bundle:23:in `load'
/usr/local/bin/bundle:23:in `<main>'
/cc @stanhu