|
28 | 28 | test_non_bootstrapped:
|
29 | 29 | runs-on: [self-hosted, Linux]
|
30 | 30 | container:
|
31 |
| - image: lampepfl/dotty:2020-11-19 |
| 31 | + image: lampepfl/dotty:2021-03-22 |
32 | 32 | options: --cpu-shares 4096
|
33 | 33 | volumes:
|
34 | 34 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
|
49 | 49 | && github.repository == 'lampepfl/dotty'
|
50 | 50 | )"
|
51 | 51 | 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 |
54 | 54 |
|
55 | 55 | - name: Checkout cleanup script
|
56 | 56 | uses: actions/checkout@v2
|
|
72 | 72 | test:
|
73 | 73 | runs-on: [self-hosted, Linux]
|
74 | 74 | container:
|
75 |
| - image: lampepfl/dotty:2020-11-19 |
| 75 | + image: lampepfl/dotty:2021-03-22 |
76 | 76 | options: --cpu-shares 4096
|
77 | 77 | volumes:
|
78 | 78 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
|
94 | 94 | )"
|
95 | 95 |
|
96 | 96 | 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 |
99 | 99 |
|
100 | 100 | - name: Checkout cleanup script
|
101 | 101 | uses: actions/checkout@v2
|
@@ -171,7 +171,7 @@ jobs:
|
171 | 171 | community_build_a:
|
172 | 172 | runs-on: [self-hosted, Linux]
|
173 | 173 | container:
|
174 |
| - image: lampepfl/dotty:2020-11-19 |
| 174 | + image: lampepfl/dotty:2021-03-22 |
175 | 175 | options: --cpu-shares 4096
|
176 | 176 | volumes:
|
177 | 177 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
@@ -211,7 +211,7 @@ jobs:
|
211 | 211 | community_build_b:
|
212 | 212 | runs-on: [self-hosted, Linux]
|
213 | 213 | container:
|
214 |
| - image: lampepfl/dotty:2020-11-19 |
| 214 | + image: lampepfl/dotty:2021-03-22 |
215 | 215 | options: --cpu-shares 4096
|
216 | 216 | volumes:
|
217 | 217 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
@@ -251,7 +251,7 @@ jobs:
|
251 | 251 | test_sbt:
|
252 | 252 | runs-on: [self-hosted, Linux]
|
253 | 253 | container:
|
254 |
| - image: lampepfl/dotty:2020-11-19 |
| 254 | + image: lampepfl/dotty:2021-03-22 |
255 | 255 | options: --cpu-shares 4096
|
256 | 256 | volumes:
|
257 | 257 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
@@ -291,7 +291,7 @@ jobs:
|
291 | 291 | test_java8:
|
292 | 292 | runs-on: [self-hosted, Linux]
|
293 | 293 | container:
|
294 |
| - image: lampepfl/dotty:2020-11-19 |
| 294 | + image: lampepfl/dotty:2021-03-22 |
295 | 295 | options: --cpu-shares 4096
|
296 | 296 | volumes:
|
297 | 297 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
@@ -338,7 +338,7 @@ jobs:
|
338 | 338 | publish_nightly:
|
339 | 339 | runs-on: [self-hosted, Linux]
|
340 | 340 | container:
|
341 |
| - image: lampepfl/dotty:2020-11-19 |
| 341 | + image: lampepfl/dotty:2021-03-22 |
342 | 342 | options: --cpu-shares 4096
|
343 | 343 | volumes:
|
344 | 344 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
@@ -373,7 +373,7 @@ jobs:
|
373 | 373 | nightly_documentation:
|
374 | 374 | runs-on: [self-hosted, Linux]
|
375 | 375 | container:
|
376 |
| - image: lampepfl/dotty:2020-11-19 |
| 376 | + image: lampepfl/dotty:2021-03-22 |
377 | 377 | options: --cpu-shares 4096
|
378 | 378 | volumes:
|
379 | 379 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
@@ -415,7 +415,7 @@ jobs:
|
415 | 415 | publish_release:
|
416 | 416 | runs-on: [self-hosted, Linux]
|
417 | 417 | container:
|
418 |
| - image: lampepfl/dotty:2020-11-19 |
| 418 | + image: lampepfl/dotty:2021-03-22 |
419 | 419 | options: --cpu-shares 4096
|
420 | 420 | volumes:
|
421 | 421 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
@@ -498,7 +498,7 @@ jobs:
|
498 | 498 | release_documentation:
|
499 | 499 | runs-on: [self-hosted, Linux]
|
500 | 500 | container:
|
501 |
| - image: lampepfl/dotty:2020-11-19 |
| 501 | + image: lampepfl/dotty:2021-03-22 |
502 | 502 | options: --cpu-shares 4096
|
503 | 503 | volumes:
|
504 | 504 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
@@ -543,7 +543,7 @@ jobs:
|
543 | 543 | publish_sbt_release:
|
544 | 544 | runs-on: [self-hosted, Linux]
|
545 | 545 | container:
|
546 |
| - image: lampepfl/dotty:2020-11-19 |
| 546 | + image: lampepfl/dotty:2021-03-22 |
547 | 547 | options: --cpu-shares 4096
|
548 | 548 | volumes:
|
549 | 549 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
|
0 commit comments