Skip to content

Commit 0796557

Browse files
committed
jruby 9.3 is EOL
1 parent 808406a commit 0796557

File tree

4 files changed

+1
-24
lines changed

4 files changed

+1
-24
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ FORCE:
4646
SPECIAL_IMAGES := customizable full
4747
CRUBY_IMAGES := ruby32 ruby33 ruby34
4848
PYTHON_IMAGES := python39 python310 python311 python312 python313
49-
MISC_IMAGES := jruby93 jruby94 jruby100 nodejs
49+
MISC_IMAGES := jruby94 jruby100 nodejs
5050

5151
ALL_IMAGES := $(SPECIAL_IMAGES) $(MISC_IMAGES) $(CRUBY_IMAGES) $(PYTHON_IMAGES)
5252

image/install_image.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ if [[ "$ruby32" = 1 ]]; then run /pd_build/ruby-3.2.*.sh; fi
99
if [[ "$ruby33" = 1 ]]; then run /pd_build/ruby-3.3.*.sh; fi
1010
if [[ "$ruby34" = 1 ]]; then run /pd_build/ruby-3.4.*.sh; fi
1111
if [[ "$ruby35" = 1 ]]; then run /pd_build/ruby-3.5.*.sh; fi
12-
if [[ "$jruby93" = 1 ]]; then run /pd_build/jruby-9.3.*.sh; fi
1312
if [[ "$jruby94" = 1 ]]; then run /pd_build/jruby-9.4.*.sh; fi
1413
if [[ "$jruby100" = 1 ]]; then run /pd_build/jruby-10.0.*.sh; fi
1514
if [[ "$nodejs" = 1 ]]; then run /pd_build/nodejs.sh; fi

image/jruby-9.3.15.0.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

image/nginx-passenger.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
8181
fi
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

0 commit comments

Comments
 (0)