Hi,
We’ve encountered the same problem mentioned in this topic. It was resolved by upgrading from focal to noble, but some builds are now failing with a different issue (see below). This new issue usually resolves itself by restarting the job. It occurs after the script phase finishes and before the deploy phase begins.
The command "./scripts/docker-build" exited with 0.
cache.2
store build cache
1.10s$ rvm use 2 --fuzzy do ruby -S gem install dpl -v ''
ERROR: Loading command: install (LoadError)
cannot load such file -- openssl
ERROR: While executing gem ... (NoMethodError)
undefined method `invoke_with_build_args' for nil:NilClass
The command "rvm use 2 --fuzzy do ruby -S gem install dpl -v ''" failed and exited with 1 during .
Your build has been stopped.
Does anyone have any suggestion how to fix/hotfix this?