File tree Expand file tree Collapse file tree 4 files changed +1
-24
lines changed
Expand file tree Collapse file tree 4 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 4646SPECIAL_IMAGES := customizable full
4747CRUBY_IMAGES := ruby32 ruby33 ruby34
4848PYTHON_IMAGES := python39 python310 python311 python312 python313
49- MISC_IMAGES := jruby93 jruby94 jruby100 nodejs
49+ MISC_IMAGES := jruby94 jruby100 nodejs
5050
5151ALL_IMAGES := $(SPECIAL_IMAGES ) $(MISC_IMAGES ) $(CRUBY_IMAGES ) $(PYTHON_IMAGES )
5252
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ if [[ "$ruby32" = 1 ]]; then run /pd_build/ruby-3.2.*.sh; fi
99if [[ " $ruby33 " = 1 ]]; then run /pd_build/ruby-3.3.* .sh; fi
1010if [[ " $ruby34 " = 1 ]]; then run /pd_build/ruby-3.4.* .sh; fi
1111if [[ " $ruby35 " = 1 ]]; then run /pd_build/ruby-3.5.* .sh; fi
12- if [[ " $jruby93 " = 1 ]]; then run /pd_build/jruby-9.3.* .sh; fi
1312if [[ " $jruby94 " = 1 ]]; then run /pd_build/jruby-9.4.* .sh; fi
1413if [[ " $jruby100 " = 1 ]]; then run /pd_build/jruby-10.0.* .sh; fi
1514if [[ " $nodejs " = 1 ]]; then run /pd_build/nodejs.sh; fi
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -79,7 +79,3 @@ if [[ -e /usr/bin/jruby9.4 ]]; then
7979 run jruby9.4 --dev -S passenger-config build-native-support
8080 run setuser app jruby9.4 -S passenger-config build-native-support
8181fi
82- if [[ -e /usr/bin/jruby9.3 ]]; then
83- run jruby9.3 --dev -S passenger-config build-native-support
84- run setuser app jruby9.3 -S passenger-config build-native-support
85- fi
You can’t perform that action at this time.
0 commit comments