Commit d9b323f 1 parent a393ac5 commit d9b323f Copy full SHA for d9b323f
File tree 10 files changed +0
-16
lines changed
google-geode-builder/scripts
google-windows-geode-builder
10 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,6 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
59
59
60
60
cp -R /etc/alternatives /etc/keep-alternatives
61
61
apt-get install -y --no-install-recommends \
62
- openjdk-8-jdk \
63
- openjdk-11-jdk \
64
62
bellsoft-java11 \
65
63
bellsoft-java8
66
64
rm -rf /etc/alternatives
Original file line number Diff line number Diff line change 77
77
"inline" : [
78
78
" $ErrorActionPreference = \" Stop\" " ,
79
79
" Set-ExecutionPolicy Bypass -Scope Process -Force" ,
80
- " choco install -y git cygwin cyg-get adoptopenjdk11" ,
81
- " Move-Item \" C:\\ Program Files\\ AdoptOpenJDK\\ jdk-11*\" c:\\ java11-adoptopenjdk" ,
82
- " choco install -y jdk8 -params 'installdir=c:\\\\ java8tmp;source=false'" ,
83
- " Move-Item \" C:\\ java8tmp\" c:\\ java8-adoptopenjdk" ,
84
80
" choco install -y git cygwin cyg-get liberica11jdk" ,
85
81
" Move-Item \" C:\\ Program Files\\ BellSoft\\ LibericaJDK-11*\" c:\\ java11" ,
86
82
" choco install -y liberica8jdk" ,
Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ RUN apt-get update \
53
53
&& useradd --shell /bin/bash -u 93043 -o -c "" -m geode \
54
54
&& cp -R /etc/alternatives /etc/keep-alternatives \
55
55
&& apt-get install -y --no-install-recommends \
56
- openjdk-8-jdk \
57
- openjdk-11-jdk \
58
56
java-common \
59
57
bellsoft-java11 \
60
58
bellsoft-java8 \
Original file line number Diff line number Diff line change 85
85
fi
86
86
87
87
88
- # SET_JAVA_HOME="export JAVA_HOME=/usr/lib/jvm/java-${JAVA_BUILD_VERSION}-openjdk-amd64"
89
88
SET_JAVA_HOME=" export JAVA_HOME=/usr/lib/jvm/bellsoft-java${JAVA_BUILD_VERSION} -amd64"
90
89
91
90
if [ -v CALL_STACK_TIMEOUT ]; then
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ INSTANCE_IP_ADDRESS="$(cat instance-data/instance-ip-address)"
46
46
47
47
GEODE_VERSION=$( jq -r .semver geode-passing-tokens/* .json)
48
48
49
- # SET_JAVA_HOME="export JAVA_HOME=/usr/lib/jvm/java-${JAVA_BUILD_VERSION}-openjdk-amd64"
50
49
SET_JAVA_HOME=" export JAVA_HOME=/usr/lib/jvm/bellsoft-java${JAVA_BUILD_VERSION} -amd64"
51
50
52
51
GRADLE_COMMAND=" ./gradlew \
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ SSH_OPTIONS="-i ${SSHKEY_FILE} -o ConnectionAttempts=60 -o StrictHostKeyChecking
58
58
59
59
INSTANCE_IP_ADDRESS=" $( cat instance-data/instance-ip-address) "
60
60
61
- # SET_JAVA_HOME="export JAVA_HOME=/usr/lib/jvm/java-${JAVA_BUILD_VERSION}-openjdk-amd64"
62
61
SET_JAVA_HOME=" export JAVA_HOME=/usr/lib/jvm/bellsoft-java${JAVA_BUILD_VERSION} -amd64"
63
62
64
63
GRADLE_COMMAND=" ./gradlew \
Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ case $ARTIFACT_SLUG in
81
81
SEP=" ;"
82
82
;;
83
83
* )
84
- # JAVA_BUILD_PATH=/usr/lib/jvm/java-${JAVA_BUILD_VERSION}-openjdk-amd64
85
- # JAVA_TEST_PATH=/usr/lib/jvm/java-${JAVA_TEST_VERSION}-openjdk-amd64
86
84
JAVA_BUILD_PATH=/usr/lib/jvm/bellsoft-java${JAVA_BUILD_VERSION} -amd64
87
85
JAVA_TEST_PATH=/usr/lib/jvm/bellsoft-java${JAVA_TEST_VERSION} -amd64
88
86
SEP=" &&"
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ case $ARTIFACT_SLUG in
47
47
del=" ;"
48
48
;;
49
49
* )
50
- # JAVA_BUILD_PATH=/usr/lib/jvm/java-${JAVA_BUILD_VERSION}-openjdk-amd64
51
50
JAVA_BUILD_PATH=/usr/lib/jvm/bellsoft-java${JAVA_BUILD_VERSION} -amd64
52
51
del=" &&"
53
52
;;
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- # FROM openjdk:8-jre-alpine
18
17
FROM bellsoft/liberica-openjdk-alpine:8
19
18
20
19
# runtime dependencies
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- # FROM openjdk:11
18
17
FROM bellsoft/liberica-openjdk-debian:11
19
18
COPY geode /geode
20
19
ENV GEODE_HOME="/geode"
You can’t perform that action at this time.
0 commit comments