45
45
test_non_bootstrapped :
46
46
runs-on : [self-hosted, Linux]
47
47
container :
48
- image : lampepfl/dotty:2021-03-22
48
+ image : lampepfl/dotty:2023-06-21
49
49
options : --cpu-shares 4096
50
50
volumes :
51
51
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
63
63
&& github.repository == 'lampepfl/dotty'
64
64
)"
65
65
steps :
66
- - name : Set JDK 16 as default
67
- run : echo "/usr/lib/jvm/java-16-openjdk-amd64/bin" >> $GITHUB_PATH
68
-
69
66
- name : Reset existing repo
70
67
run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
71
68
94
91
test :
95
92
runs-on : [self-hosted, Linux]
96
93
container :
97
- image : lampepfl/dotty:2021-03-22
94
+ image : lampepfl/dotty:2023-06-21
98
95
options : --cpu-shares 4096
99
96
volumes :
100
97
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -114,9 +111,6 @@ jobs:
114
111
)"
115
112
116
113
steps :
117
- - name : Set JDK 16 as default
118
- run : echo "/usr/lib/jvm/java-16-openjdk-amd64/bin" >> $GITHUB_PATH
119
-
120
114
- name : Reset existing repo
121
115
run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
122
116
@@ -217,7 +211,7 @@ jobs:
217
211
name : MiMa
218
212
runs-on : [self-hosted, Linux]
219
213
container :
220
- image : lampepfl/dotty:2021-03-22
214
+ image : lampepfl/dotty:2023-06-21
221
215
options : --cpu-shares 4096
222
216
volumes :
223
217
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -258,7 +252,7 @@ jobs:
258
252
community_build_a :
259
253
runs-on : [self-hosted, Linux]
260
254
container :
261
- image : lampepfl/dotty:2021-03-22
255
+ image : lampepfl/dotty:2023-06-21
262
256
options : --cpu-shares 4096
263
257
volumes :
264
258
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -279,6 +273,9 @@ jobs:
279
273
)"
280
274
281
275
steps :
276
+ - name : Set JDK 8 as default
277
+ run : echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
278
+
282
279
- name : Reset existing repo
283
280
run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
284
281
@@ -307,7 +304,7 @@ jobs:
307
304
community_build_b :
308
305
runs-on : [self-hosted, Linux]
309
306
container :
310
- image : lampepfl/dotty:2021-03-22
307
+ image : lampepfl/dotty:2023-06-21
311
308
options : --cpu-shares 4096
312
309
volumes :
313
310
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -328,6 +325,9 @@ jobs:
328
325
)"
329
326
330
327
steps :
328
+ - name : Set JDK 8 as default
329
+ run : echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
330
+
331
331
- name : Reset existing repo
332
332
run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
333
333
@@ -356,7 +356,7 @@ jobs:
356
356
community_build_c :
357
357
runs-on : [self-hosted, Linux]
358
358
container :
359
- image : lampepfl/dotty:2020-11-19
359
+ image : lampepfl/dotty:2023-06-21
360
360
options : --cpu-shares 4096
361
361
volumes :
362
362
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -377,6 +377,9 @@ jobs:
377
377
)"
378
378
379
379
steps :
380
+ - name : Set JDK 8 as default
381
+ run : echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
382
+
380
383
- name : Reset existing repo
381
384
run : git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true
382
385
@@ -405,7 +408,7 @@ jobs:
405
408
test_sbt :
406
409
runs-on : [self-hosted, Linux]
407
410
container :
408
- image : lampepfl/dotty:2021-03-22
411
+ image : lampepfl/dotty:2023-06-21
409
412
options : --cpu-shares 4096
410
413
volumes :
411
414
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -445,7 +448,7 @@ jobs:
445
448
test_java8 :
446
449
runs-on : [self-hosted, Linux]
447
450
container :
448
- image : lampepfl/dotty:2021-03-22
451
+ image : lampepfl/dotty:2023-06-21
449
452
options : --cpu-shares 4096
450
453
volumes :
451
454
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -499,7 +502,7 @@ jobs:
499
502
publish_nightly :
500
503
runs-on : [self-hosted, Linux]
501
504
container :
502
- image : lampepfl/dotty:2021-03-22
505
+ image : lampepfl/dotty:2023-06-21
503
506
options : --cpu-shares 4096
504
507
volumes :
505
508
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -550,7 +553,7 @@ jobs:
550
553
nightly_documentation :
551
554
runs-on : [self-hosted, Linux]
552
555
container :
553
- image : lampepfl/dotty:2021-03-22
556
+ image : lampepfl/dotty:2023-06-21
554
557
options : --cpu-shares 4096
555
558
volumes :
556
559
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -601,7 +604,7 @@ jobs:
601
604
contents : write # for actions/create-release to create a release
602
605
runs-on : [self-hosted, Linux]
603
606
container :
604
- image : lampepfl/dotty:2021-03-22
607
+ image : lampepfl/dotty:2023-06-21
605
608
options : --cpu-shares 4096
606
609
volumes :
607
610
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -689,7 +692,7 @@ jobs:
689
692
open_issue_on_failure :
690
693
runs-on : [self-hosted, Linux]
691
694
container :
692
- image : lampepfl/dotty:2021-03-22
695
+ image : lampepfl/dotty:2023-06-21
693
696
needs : [nightly_documentation, test_windows_full]
694
697
# The `failure()` expression is true iff at least one of the dependencies
695
698
# of this job (including transitive dependencies) has failed.
0 commit comments