Skip to content

Commit 7282a9b

Browse files
authored
Merge pull request #8071 from dotty-staging/new-cache
WIP: Update CI cache to include Scala.js artifacts
2 parents 5d354f3 + e2938b7 commit 7282a9b

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.drone.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727

2828
- name: test
2929
pull: default
30-
image: lampepfl/dotty:2020-01-09
30+
image: lampepfl/dotty:2020-01-22-2
3131
depends_on: [ clone ]
3232
commands:
3333
- cp -R . /tmp/1/ && cd /tmp/1/
@@ -36,7 +36,7 @@ steps:
3636

3737
- name: test_bootstrapped
3838
pull: default
39-
image: lampepfl/dotty:2020-01-09
39+
image: lampepfl/dotty:2020-01-22-2
4040
depends_on: [ clone ]
4141
commands:
4242
- cp -R . /tmp/2/ && cd /tmp/2/
@@ -45,7 +45,7 @@ steps:
4545

4646
- name: community_build
4747
pull: default
48-
image: lampepfl/dotty:2020-01-09
48+
image: lampepfl/dotty:2020-01-22-2
4949
depends_on: [ clone ]
5050
commands:
5151
- cp -R . /tmp/3/ && cd /tmp/3/
@@ -55,7 +55,7 @@ steps:
5555

5656
- name: test_sbt
5757
pull: default
58-
image: lampepfl/dotty:2020-01-09
58+
image: lampepfl/dotty:2020-01-22-2
5959
depends_on: [ clone ]
6060
commands:
6161
- cp -R . /tmp/4/ && cd /tmp/4/
@@ -67,7 +67,7 @@ steps:
6767

6868
- name: test_java11
6969
pull: default
70-
image: lampepfl/dotty:2020-01-09
70+
image: lampepfl/dotty:2020-01-22-2
7171
depends_on: [ clone ]
7272
commands:
7373
- export PATH="/usr/lib/jvm/java-11-openjdk-amd64/bin:$PATH"
@@ -80,7 +80,7 @@ steps:
8080

8181
- name: documentation
8282
pull: default
83-
image: lampepfl/dotty:2020-01-09
83+
image: lampepfl/dotty:2020-01-22-2
8484
depends_on:
8585
- test
8686
- test_bootstrapped
@@ -99,7 +99,7 @@ steps:
9999

100100
- name: publish_nightly
101101
pull: default
102-
image: lampepfl/dotty:2020-01-09
102+
image: lampepfl/dotty:2020-01-22-2
103103
depends_on:
104104
- test
105105
- test_bootstrapped
@@ -126,7 +126,7 @@ steps:
126126

127127
- name: publish_release
128128
pull: default
129-
image: lampepfl/dotty:2020-01-09
129+
image: lampepfl/dotty:2020-01-22-2
130130
depends_on:
131131
- test
132132
- test_bootstrapped
@@ -169,7 +169,7 @@ steps:
169169

170170
- name: publish_sbt_release
171171
pull: default
172-
image: lampepfl/dotty:2020-01-09
172+
image: lampepfl/dotty:2020-01-22-2
173173
depends_on:
174174
- test
175175
- test_bootstrapped

project/plugins.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
//
33
// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")
44

5+
// DO NOT update this plugin without regenerating our Docker
6+
// image (https://github.com/lampepfl/dotty-drone) or fixing
7+
// https://github.com/lampepfl/dotty/issues/3146.
58
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-RC2")
69

710
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.6")

0 commit comments

Comments
 (0)