Skip to content

Commit fa48357

Browse files
committed
Upgrade CI image to get JDK 16 and Node 14
We need Node 14 to get some Scala.js 1.5.0 tests to pass, but since I had to regenerate the docker image I also upgraded the JDK to the latest release.
1 parent 4e1bb05 commit fa48357

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
test_non_bootstrapped:
2929
runs-on: [self-hosted, Linux]
3030
container:
31-
image: lampepfl/dotty:2020-11-19
31+
image: lampepfl/dotty:2021-03-22
3232
options: --cpu-shares 4096
3333
volumes:
3434
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -49,8 +49,8 @@ jobs:
4949
&& github.repository == 'lampepfl/dotty'
5050
)"
5151
steps:
52-
- name: Set JDK 15 as default
53-
run: echo "/usr/lib/jvm/java-15-openjdk-amd64/bin" >> $GITHUB_PATH
52+
- name: Set JDK 16 as default
53+
run: echo "/usr/lib/jvm/java-16-openjdk-amd64/bin" >> $GITHUB_PATH
5454

5555
- name: Checkout cleanup script
5656
uses: actions/checkout@v2
@@ -72,7 +72,7 @@ jobs:
7272
test:
7373
runs-on: [self-hosted, Linux]
7474
container:
75-
image: lampepfl/dotty:2020-11-19
75+
image: lampepfl/dotty:2021-03-22
7676
options: --cpu-shares 4096
7777
volumes:
7878
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -94,8 +94,8 @@ jobs:
9494
)"
9595

9696
steps:
97-
- name: Set JDK 15 as default
98-
run: echo "/usr/lib/jvm/java-15-openjdk-amd64/bin" >> $GITHUB_PATH
97+
- name: Set JDK 16 as default
98+
run: echo "/usr/lib/jvm/java-16-openjdk-amd64/bin" >> $GITHUB_PATH
9999

100100
- name: Checkout cleanup script
101101
uses: actions/checkout@v2
@@ -171,7 +171,7 @@ jobs:
171171
community_build_a:
172172
runs-on: [self-hosted, Linux]
173173
container:
174-
image: lampepfl/dotty:2020-11-19
174+
image: lampepfl/dotty:2021-03-22
175175
options: --cpu-shares 4096
176176
volumes:
177177
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -211,7 +211,7 @@ jobs:
211211
community_build_b:
212212
runs-on: [self-hosted, Linux]
213213
container:
214-
image: lampepfl/dotty:2020-11-19
214+
image: lampepfl/dotty:2021-03-22
215215
options: --cpu-shares 4096
216216
volumes:
217217
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -251,7 +251,7 @@ jobs:
251251
test_sbt:
252252
runs-on: [self-hosted, Linux]
253253
container:
254-
image: lampepfl/dotty:2020-11-19
254+
image: lampepfl/dotty:2021-03-22
255255
options: --cpu-shares 4096
256256
volumes:
257257
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -291,7 +291,7 @@ jobs:
291291
test_java8:
292292
runs-on: [self-hosted, Linux]
293293
container:
294-
image: lampepfl/dotty:2020-11-19
294+
image: lampepfl/dotty:2021-03-22
295295
options: --cpu-shares 4096
296296
volumes:
297297
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -338,7 +338,7 @@ jobs:
338338
publish_nightly:
339339
runs-on: [self-hosted, Linux]
340340
container:
341-
image: lampepfl/dotty:2020-11-19
341+
image: lampepfl/dotty:2021-03-22
342342
options: --cpu-shares 4096
343343
volumes:
344344
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -373,7 +373,7 @@ jobs:
373373
nightly_documentation:
374374
runs-on: [self-hosted, Linux]
375375
container:
376-
image: lampepfl/dotty:2020-11-19
376+
image: lampepfl/dotty:2021-03-22
377377
options: --cpu-shares 4096
378378
volumes:
379379
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -415,7 +415,7 @@ jobs:
415415
publish_release:
416416
runs-on: [self-hosted, Linux]
417417
container:
418-
image: lampepfl/dotty:2020-11-19
418+
image: lampepfl/dotty:2021-03-22
419419
options: --cpu-shares 4096
420420
volumes:
421421
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -498,7 +498,7 @@ jobs:
498498
release_documentation:
499499
runs-on: [self-hosted, Linux]
500500
container:
501-
image: lampepfl/dotty:2020-11-19
501+
image: lampepfl/dotty:2021-03-22
502502
options: --cpu-shares 4096
503503
volumes:
504504
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -543,7 +543,7 @@ jobs:
543543
publish_sbt_release:
544544
runs-on: [self-hosted, Linux]
545545
container:
546-
image: lampepfl/dotty:2020-11-19
546+
image: lampepfl/dotty:2021-03-22
547547
options: --cpu-shares 4096
548548
volumes:
549549
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt

0 commit comments

Comments
 (0)