|
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
|
@@ -291,7 +291,7 @@ jobs:
|
291 | 291 | test_sbt:
|
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
|
@@ -331,7 +331,7 @@ jobs:
|
331 | 331 | test_java8:
|
332 | 332 | runs-on: [self-hosted, Linux]
|
333 | 333 | container:
|
334 |
| - image: lampepfl/dotty:2020-11-19 |
| 334 | + image: lampepfl/dotty:2021-03-22 |
335 | 335 | options: --cpu-shares 4096
|
336 | 336 | volumes:
|
337 | 337 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
@@ -378,7 +378,7 @@ jobs:
|
378 | 378 | publish_nightly:
|
379 | 379 | runs-on: [self-hosted, Linux]
|
380 | 380 | container:
|
381 |
| - image: lampepfl/dotty:2020-11-19 |
| 381 | + image: lampepfl/dotty:2021-03-22 |
382 | 382 | options: --cpu-shares 4096
|
383 | 383 | volumes:
|
384 | 384 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
@@ -413,7 +413,7 @@ jobs:
|
413 | 413 | nightly_documentation:
|
414 | 414 | runs-on: [self-hosted, Linux]
|
415 | 415 | container:
|
416 |
| - image: lampepfl/dotty:2020-11-19 |
| 416 | + image: lampepfl/dotty:2021-03-22 |
417 | 417 | options: --cpu-shares 4096
|
418 | 418 | volumes:
|
419 | 419 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
@@ -455,7 +455,7 @@ jobs:
|
455 | 455 | publish_release:
|
456 | 456 | runs-on: [self-hosted, Linux]
|
457 | 457 | container:
|
458 |
| - image: lampepfl/dotty:2020-11-19 |
| 458 | + image: lampepfl/dotty:2021-03-22 |
459 | 459 | options: --cpu-shares 4096
|
460 | 460 | volumes:
|
461 | 461 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
@@ -538,7 +538,7 @@ jobs:
|
538 | 538 | release_documentation:
|
539 | 539 | runs-on: [self-hosted, Linux]
|
540 | 540 | container:
|
541 |
| - image: lampepfl/dotty:2020-11-19 |
| 541 | + image: lampepfl/dotty:2021-03-22 |
542 | 542 | options: --cpu-shares 4096
|
543 | 543 | volumes:
|
544 | 544 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
@@ -583,7 +583,7 @@ jobs:
|
583 | 583 | publish_sbt_release:
|
584 | 584 | runs-on: [self-hosted, Linux]
|
585 | 585 | container:
|
586 |
| - image: lampepfl/dotty:2020-11-19 |
| 586 | + image: lampepfl/dotty:2021-03-22 |
587 | 587 | options: --cpu-shares 4096
|
588 | 588 | volumes:
|
589 | 589 | - ${{ github.workspace }}/../../cache/sbt:/root/.sbt
|
|
0 commit comments