File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1717 resource_class : large
1818 steps :
1919 - checkout
20+ - run : update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk-15.0.1/bin/java" 2
21+ - run : update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/jdk-15.0.1/bin/javac" 2
2022 - run : echo "127.0.0.1 localhost.org" >> /etc/hosts
2123 - run : make dev-install
2224 - run : (cd .circleci/ && ./doUnitTests.sh)
7072 - checkout
7173 - attach_workspace :
7274 at : /
75+ - run : update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk-15.0.1/bin/java" 2
76+ - run : update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/jdk-15.0.1/bin/javac" 2
7377 - run : n 16
7478 - run : node --version
7579 - run : echo "127.0.0.1 localhost.org" >> /etc/hosts
98102 - checkout
99103 - attach_workspace :
100104 at : /
105+ - run : update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk-15.0.1/bin/java" 2
106+ - run : update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/jdk-15.0.1/bin/javac" 2
101107 - run : n 16
102108 - run : node --version
103109 - run : echo "127.0.0.1 localhost.org" >> /etc/hosts
@@ -126,6 +132,8 @@ jobs:
126132 - checkout
127133 - attach_workspace :
128134 at : /
135+ - run : update-alternatives --install "/usr/bin/java" "java" "/usr/java/jdk-15.0.1/bin/java" 2
136+ - run : update-alternatives --install "/usr/bin/javac" "javac" "/usr/java/jdk-15.0.1/bin/javac" 2
129137 - run : n 16
130138 - run : node --version
131139 - run : echo "127.0.0.1 localhost.org" >> /etc/hosts
You can’t perform that action at this time.
0 commit comments