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 == 'lampepfl/dotty'
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
- name : Reset existing repo
72
72
run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
96
96
test :
97
97
runs-on : [self-hosted, Linux]
98
98
container :
99
- image : lampepfl/dotty:2021-03-22
99
+ image : lampepfl/dotty:2023-11-07
100
100
options : --cpu-shares 4096
101
101
volumes :
102
102
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -116,8 +116,8 @@ jobs:
116
116
)"
117
117
118
118
steps :
119
- - name : Set JDK 16 as default
120
- run : echo "/usr/lib/jvm/java-16 -openjdk-amd64/bin" >> $GITHUB_PATH
119
+ - name : Set JDK 17 as default
120
+ run : echo "/usr/lib/jvm/java-17 -openjdk-amd64/bin" >> $GITHUB_PATH
121
121
122
122
- name : Reset existing repo
123
123
run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
@@ -153,7 +153,7 @@ jobs:
153
153
test_scala2_library_tasty :
154
154
runs-on : [self-hosted, Linux]
155
155
container :
156
- image : lampepfl/dotty:2021-03-22
156
+ image : lampepfl/dotty:2023-11-07
157
157
options : --cpu-shares 4096
158
158
volumes :
159
159
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -170,8 +170,8 @@ jobs:
170
170
)"
171
171
172
172
steps :
173
- - name : Set JDK 16 as default
174
- run : echo "/usr/lib/jvm/java-16 -openjdk-amd64/bin" >> $GITHUB_PATH
173
+ - name : Set JDK 17 as default
174
+ run : echo "/usr/lib/jvm/java-17 -openjdk-amd64/bin" >> $GITHUB_PATH
175
175
176
176
- name : Reset existing repo
177
177
run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
@@ -271,7 +271,7 @@ jobs:
271
271
name : MiMa
272
272
runs-on : [self-hosted, Linux]
273
273
container :
274
- image : lampepfl/dotty:2021-03-22
274
+ image : lampepfl/dotty:2023-11-07
275
275
options : --cpu-shares 4096
276
276
volumes :
277
277
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -317,7 +317,7 @@ jobs:
317
317
community_build_a :
318
318
runs-on : [self-hosted, Linux]
319
319
container :
320
- image : lampepfl/dotty:2021-03-22
320
+ image : lampepfl/dotty:2023-11-07
321
321
options : --cpu-shares 4096
322
322
volumes :
323
323
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -366,7 +366,7 @@ jobs:
366
366
community_build_b :
367
367
runs-on : [self-hosted, Linux]
368
368
container :
369
- image : lampepfl/dotty:2021-03-22
369
+ image : lampepfl/dotty:2023-11-07
370
370
options : --cpu-shares 4096
371
371
volumes :
372
372
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -415,7 +415,7 @@ jobs:
415
415
community_build_c :
416
416
runs-on : [self-hosted, Linux]
417
417
container :
418
- image : lampepfl/dotty:2020 -11-19
418
+ image : lampepfl/dotty:2023 -11-07
419
419
options : --cpu-shares 4096
420
420
volumes :
421
421
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -464,7 +464,7 @@ jobs:
464
464
test_sbt :
465
465
runs-on : [self-hosted, Linux]
466
466
container :
467
- image : lampepfl/dotty:2021-03-22
467
+ image : lampepfl/dotty:2023-11-07
468
468
options : --cpu-shares 4096
469
469
volumes :
470
470
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -504,7 +504,7 @@ jobs:
504
504
test_java8 :
505
505
runs-on : [self-hosted, Linux]
506
506
container :
507
- image : lampepfl/dotty:2021-03-22
507
+ image : lampepfl/dotty:2023-11-07
508
508
options : --cpu-shares 4096
509
509
volumes :
510
510
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -558,7 +558,7 @@ jobs:
558
558
publish_nightly :
559
559
runs-on : [self-hosted, Linux]
560
560
container :
561
- image : lampepfl/dotty:2021-03-22
561
+ image : lampepfl/dotty:2023-11-07
562
562
options : --cpu-shares 4096
563
563
volumes :
564
564
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -609,7 +609,7 @@ jobs:
609
609
nightly_documentation :
610
610
runs-on : [self-hosted, Linux]
611
611
container :
612
- image : lampepfl/dotty:2021-03-22
612
+ image : lampepfl/dotty:2023-11-07
613
613
options : --cpu-shares 4096
614
614
volumes :
615
615
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -660,7 +660,7 @@ jobs:
660
660
contents : write # for actions/create-release to create a release
661
661
runs-on : [self-hosted, Linux]
662
662
container :
663
- image : lampepfl/dotty:2021-03-22
663
+ image : lampepfl/dotty:2023-11-07
664
664
options : --cpu-shares 4096
665
665
volumes :
666
666
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -748,7 +748,7 @@ jobs:
748
748
open_issue_on_failure :
749
749
runs-on : [self-hosted, Linux]
750
750
container :
751
- image : lampepfl/dotty:2021-03-22
751
+ image : lampepfl/dotty:2023-11-07
752
752
needs : [nightly_documentation, test_windows_full]
753
753
# The `failure()` expression is true iff at least one of the dependencies
754
754
# of this job (including transitive dependencies) has failed.
0 commit comments