Skip to content

Commit d15df36

Browse files
Merge pull request #11818 from dotty-staging/scalajs-1.5.0
Upgrade to Scalajs 1.5.0 and implement custom JS function types
2 parents 4798f1d + fa48357 commit d15df36

18 files changed

+533
-325
lines changed

.github/workflows/ci.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
test_non_bootstrapped:
2929
runs-on: [self-hosted, Linux]
3030
container:
31-
image: lampepfl/dotty:2020-11-19
31+
image: lampepfl/dotty:2021-03-22
3232
options: --cpu-shares 4096
3333
volumes:
3434
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -49,8 +49,8 @@ jobs:
4949
&& github.repository == 'lampepfl/dotty'
5050
)"
5151
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
5454

5555
- name: Checkout cleanup script
5656
uses: actions/checkout@v2
@@ -72,7 +72,7 @@ jobs:
7272
test:
7373
runs-on: [self-hosted, Linux]
7474
container:
75-
image: lampepfl/dotty:2020-11-19
75+
image: lampepfl/dotty:2021-03-22
7676
options: --cpu-shares 4096
7777
volumes:
7878
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -94,8 +94,8 @@ jobs:
9494
)"
9595

9696
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
9999

100100
- name: Checkout cleanup script
101101
uses: actions/checkout@v2
@@ -171,7 +171,7 @@ jobs:
171171
community_build_a:
172172
runs-on: [self-hosted, Linux]
173173
container:
174-
image: lampepfl/dotty:2020-11-19
174+
image: lampepfl/dotty:2021-03-22
175175
options: --cpu-shares 4096
176176
volumes:
177177
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -211,7 +211,7 @@ jobs:
211211
community_build_b:
212212
runs-on: [self-hosted, Linux]
213213
container:
214-
image: lampepfl/dotty:2020-11-19
214+
image: lampepfl/dotty:2021-03-22
215215
options: --cpu-shares 4096
216216
volumes:
217217
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -291,7 +291,7 @@ jobs:
291291
test_sbt:
292292
runs-on: [self-hosted, Linux]
293293
container:
294-
image: lampepfl/dotty:2020-11-19
294+
image: lampepfl/dotty:2021-03-22
295295
options: --cpu-shares 4096
296296
volumes:
297297
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -331,7 +331,7 @@ jobs:
331331
test_java8:
332332
runs-on: [self-hosted, Linux]
333333
container:
334-
image: lampepfl/dotty:2020-11-19
334+
image: lampepfl/dotty:2021-03-22
335335
options: --cpu-shares 4096
336336
volumes:
337337
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -378,7 +378,7 @@ jobs:
378378
publish_nightly:
379379
runs-on: [self-hosted, Linux]
380380
container:
381-
image: lampepfl/dotty:2020-11-19
381+
image: lampepfl/dotty:2021-03-22
382382
options: --cpu-shares 4096
383383
volumes:
384384
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -413,7 +413,7 @@ jobs:
413413
nightly_documentation:
414414
runs-on: [self-hosted, Linux]
415415
container:
416-
image: lampepfl/dotty:2020-11-19
416+
image: lampepfl/dotty:2021-03-22
417417
options: --cpu-shares 4096
418418
volumes:
419419
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -455,7 +455,7 @@ jobs:
455455
publish_release:
456456
runs-on: [self-hosted, Linux]
457457
container:
458-
image: lampepfl/dotty:2020-11-19
458+
image: lampepfl/dotty:2021-03-22
459459
options: --cpu-shares 4096
460460
volumes:
461461
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -538,7 +538,7 @@ jobs:
538538
release_documentation:
539539
runs-on: [self-hosted, Linux]
540540
container:
541-
image: lampepfl/dotty:2020-11-19
541+
image: lampepfl/dotty:2021-03-22
542542
options: --cpu-shares 4096
543543
volumes:
544544
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
@@ -583,7 +583,7 @@ jobs:
583583
publish_sbt_release:
584584
runs-on: [self-hosted, Linux]
585585
container:
586-
image: lampepfl/dotty:2020-11-19
586+
image: lampepfl/dotty:2021-03-22
587587
options: --cpu-shares 4096
588588
volumes:
589589
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt

0 commit comments

Comments
 (0)