We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6461b2b commit 779cfadCopy full SHA for 779cfad
create_gcc_pkg.rb
@@ -121,7 +121,7 @@ def openssl_copy_cert_files
121
def install_gcc
122
args = '--noconfirm --noprogressbar --needed'
123
# zlib required by gcc, gdbm for older Rubies
124
- base_gcc = %w[make pkgconf libmangle-git tools-git gcc]
+ base_gcc = %w[make pkgconf libmangle-git tools-git gcc curl]
125
base_ruby = PKG_NAME.end_with?('-3.0') ?
126
%w[gdbm gmp libffi libyaml openssl ragel readline] :
127
%w[gdbm gmp libffi libyaml openssl ragel readline]
0 commit comments