We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd0597 commit b2b6922Copy full SHA for b2b6922
1 file changed
build.sh
@@ -200,13 +200,11 @@ ruby-*)
200
if [[ $RUBY = *head* ]]; then
201
EXTRA_FLAGS="--rubygems ignore"
202
fi
203
-
204
CONFIGURE_OPTS=( --without-tcl --without-tk --without-gmp )
205
case $RUBY in
206
ruby-2.4*|ruby-2.5*)
207
CONFIGURE_OPTS+=( --enable-install-static-library );;
208
esac
209
210
announce rvm install $RUBY $EXTRA_FLAGS --verify-downloads 1 $MOVABLE_FLAG --disable-install-doc -- ${CONFIGURE_OPTS[@]};;
211
jruby-head)
212
update_mvn 3.3.9
0 commit comments