47
47
test_non_bootstrapped :
48
48
runs-on : [self-hosted, Linux]
49
49
container :
50
- image : lampepfl/dotty:2021-03-22
50
+ image : lampepfl/dotty:2023-11-07
51
51
options : --cpu-shares 4096
52
52
volumes :
53
53
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
65
65
&& github.repository == 'scala/scala3'
66
66
)"
67
67
steps :
68
- - name : Set JDK 16 as default
69
- run : echo "/usr/lib/jvm/java-16 -openjdk-amd64/bin" >> $GITHUB_PATH
68
+ - name : Set JDK 17 as default
69
+ run : echo "/usr/lib/jvm/java-17 -openjdk-amd64/bin" >> $GITHUB_PATH
70
70
71
71
# # Workaround for https://github.com/actions/runner/issues/2033 (See https://github.com/scala/scala3/pull/19720)
72
72
- name : Reset existing repo
99
99
test :
100
100
runs-on : [self-hosted, Linux]
101
101
container :
102
- image : lampepfl/dotty:2021-03-22
102
+ image : lampepfl/dotty:2023-11-07
103
103
options : --cpu-shares 4096
104
104
volumes :
105
105
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -119,8 +119,8 @@ jobs:
119
119
)"
120
120
121
121
steps :
122
- - name : Set JDK 16 as default
123
- run : echo "/usr/lib/jvm/java-16 -openjdk-amd64/bin" >> $GITHUB_PATH
122
+ - name : Set JDK 17 as default
123
+ run : echo "/usr/lib/jvm/java-17 -openjdk-amd64/bin" >> $GITHUB_PATH
124
124
125
125
- name : Reset existing repo
126
126
run : |
@@ -229,7 +229,7 @@ jobs:
229
229
name : MiMa
230
230
runs-on : [self-hosted, Linux]
231
231
container :
232
- image : lampepfl/dotty:2021-03-22
232
+ image : lampepfl/dotty:2023-11-07
233
233
options : --cpu-shares 4096
234
234
volumes :
235
235
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -248,6 +248,9 @@ jobs:
248
248
&& github.repository == 'scala/scala3'
249
249
)"
250
250
steps :
251
+ - name : Set JDK 17 as default
252
+ run : echo "/usr/lib/jvm/java-17-openjdk-amd64/bin" >> $GITHUB_PATH
253
+
251
254
- name : Reset existing repo
252
255
run : |
253
256
git config --global --add safe.directory /__w/scala3/scala3
@@ -272,7 +275,7 @@ jobs:
272
275
community_build_a :
273
276
runs-on : [self-hosted, Linux]
274
277
container :
275
- image : lampepfl/dotty:2021-03-22
278
+ image : lampepfl/dotty:2023-11-07
276
279
options : --cpu-shares 4096
277
280
volumes :
278
281
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -293,6 +296,8 @@ jobs:
293
296
)"
294
297
295
298
steps :
299
+ - name : Set JDK 8 as default
300
+ run : echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
296
301
- name : Reset existing repo
297
302
run : |
298
303
git config --global --add safe.directory /__w/scala3/scala3
@@ -324,7 +329,7 @@ jobs:
324
329
community_build_b :
325
330
runs-on : [self-hosted, Linux]
326
331
container :
327
- image : lampepfl/dotty:2021-03-22
332
+ image : lampepfl/dotty:2023-11-07
328
333
options : --cpu-shares 4096
329
334
volumes :
330
335
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -345,6 +350,8 @@ jobs:
345
350
)"
346
351
347
352
steps :
353
+ - name : Set JDK 8 as default
354
+ run : echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
348
355
- name : Reset existing repo
349
356
run : |
350
357
git config --global --add safe.directory /__w/scala3/scala3
@@ -376,7 +383,7 @@ jobs:
376
383
community_build_c :
377
384
runs-on : [self-hosted, Linux]
378
385
container :
379
- image : lampepfl/dotty:2020 -11-19
386
+ image : lampepfl/dotty:2023 -11-07
380
387
options : --cpu-shares 4096
381
388
volumes :
382
389
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -397,6 +404,8 @@ jobs:
397
404
)"
398
405
399
406
steps :
407
+ - name : Set JDK 8 as default
408
+ run : echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
400
409
- name : Reset existing repo
401
410
run : |
402
411
git config --global --add safe.directory /__w/scala3/scala3
@@ -428,7 +437,7 @@ jobs:
428
437
test_sbt :
429
438
runs-on : [self-hosted, Linux]
430
439
container :
431
- image : lampepfl/dotty:2021-03-22
440
+ image : lampepfl/dotty:2023-11-07
432
441
options : --cpu-shares 4096
433
442
volumes :
434
443
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -447,6 +456,9 @@ jobs:
447
456
)"
448
457
449
458
steps :
459
+ - name : Set JDK 17 as default
460
+ run : echo "/usr/lib/jvm/java-17-openjdk-amd64/bin" >> $GITHUB_PATH
461
+
450
462
- name : Reset existing repo
451
463
run : |
452
464
git config --global --add safe.directory /__w/scala3/scala3
@@ -470,7 +482,7 @@ jobs:
470
482
test_java8 :
471
483
runs-on : [self-hosted, Linux]
472
484
container :
473
- image : lampepfl/dotty:2021-03-22
485
+ image : lampepfl/dotty:2023-11-07
474
486
options : --cpu-shares 4096
475
487
volumes :
476
488
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -526,7 +538,7 @@ jobs:
526
538
publish_nightly :
527
539
runs-on : [self-hosted, Linux]
528
540
container :
529
- image : lampepfl/dotty:2021-03-22
541
+ image : lampepfl/dotty:2023-11-07
530
542
options : --cpu-shares 4096
531
543
volumes :
532
544
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -542,6 +554,8 @@ jobs:
542
554
SONATYPE_USER : ${{ secrets.SONATYPE_USER_ORGSCALALANG }}
543
555
544
556
steps :
557
+ - name : Set JDK 17 as default
558
+ run : echo "/usr/lib/jvm/java-17-openjdk-amd64/bin" >> $GITHUB_PATH
545
559
- name : Reset existing repo
546
560
run : |
547
561
git config --global --add safe.directory /__w/scala3/scala3
@@ -579,7 +593,7 @@ jobs:
579
593
nightly_documentation :
580
594
runs-on : [self-hosted, Linux]
581
595
container :
582
- image : lampepfl/dotty:2021-03-22
596
+ image : lampepfl/dotty:2023-11-07
583
597
options : --cpu-shares 4096
584
598
volumes :
585
599
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -633,7 +647,7 @@ jobs:
633
647
contents : write # for actions/create-release to create a release
634
648
runs-on : [self-hosted, Linux]
635
649
container :
636
- image : lampepfl/dotty:2021-03-22
650
+ image : lampepfl/dotty:2023-11-07
637
651
options : --cpu-shares 4096
638
652
volumes :
639
653
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -723,7 +737,7 @@ jobs:
723
737
open_issue_on_failure :
724
738
runs-on : [self-hosted, Linux]
725
739
container :
726
- image : lampepfl/dotty:2021-03-22
740
+ image : lampepfl/dotty:2023-11-07
727
741
needs : [nightly_documentation, test_windows_full]
728
742
# The `failure()` expression is true iff at least one of the dependencies
729
743
# of this job (including transitive dependencies) has failed.
0 commit comments