From e2938b7ca821315668fe8f3362ca00de7c5fc047 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Wed, 22 Jan 2020 18:47:22 +0100 Subject: [PATCH] WIP: Update CI cache to include Scala.js artifacts See https://github.com/lampepfl/dotty-drone/commit/ebb6b56da40d6434b4e335d18612dae2be944e05 --- .drone.yml | 18 +++++++++--------- project/plugins.sbt | 3 +++ 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 35a4b6177b49..56f49929a59b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,7 @@ steps: - name: test pull: default - image: lampepfl/dotty:2020-01-09 + image: lampepfl/dotty:2020-01-22-2 depends_on: [ clone ] commands: - cp -R . /tmp/1/ && cd /tmp/1/ @@ -36,7 +36,7 @@ steps: - name: test_bootstrapped pull: default - image: lampepfl/dotty:2020-01-09 + image: lampepfl/dotty:2020-01-22-2 depends_on: [ clone ] commands: - cp -R . /tmp/2/ && cd /tmp/2/ @@ -45,7 +45,7 @@ steps: - name: community_build pull: default - image: lampepfl/dotty:2020-01-09 + image: lampepfl/dotty:2020-01-22-2 depends_on: [ clone ] commands: - cp -R . /tmp/3/ && cd /tmp/3/ @@ -55,7 +55,7 @@ steps: - name: test_sbt pull: default - image: lampepfl/dotty:2020-01-09 + image: lampepfl/dotty:2020-01-22-2 depends_on: [ clone ] commands: - cp -R . /tmp/4/ && cd /tmp/4/ @@ -67,7 +67,7 @@ steps: - name: test_java11 pull: default - image: lampepfl/dotty:2020-01-09 + image: lampepfl/dotty:2020-01-22-2 depends_on: [ clone ] commands: - export PATH="/usr/lib/jvm/java-11-openjdk-amd64/bin:$PATH" @@ -80,7 +80,7 @@ steps: - name: documentation pull: default - image: lampepfl/dotty:2020-01-09 + image: lampepfl/dotty:2020-01-22-2 depends_on: - test - test_bootstrapped @@ -99,7 +99,7 @@ steps: - name: publish_nightly pull: default - image: lampepfl/dotty:2020-01-09 + image: lampepfl/dotty:2020-01-22-2 depends_on: - test - test_bootstrapped @@ -126,7 +126,7 @@ steps: - name: publish_release pull: default - image: lampepfl/dotty:2020-01-09 + image: lampepfl/dotty:2020-01-22-2 depends_on: - test - test_bootstrapped @@ -169,7 +169,7 @@ steps: - name: publish_sbt_release pull: default - image: lampepfl/dotty:2020-01-09 + image: lampepfl/dotty:2020-01-22-2 depends_on: - test - test_bootstrapped diff --git a/project/plugins.sbt b/project/plugins.sbt index 7a14c675410f..d49662ee18e3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,6 +2,9 @@ // // e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0") +// DO NOT update this plugin without regenerating our Docker +// image (https://github.com/lampepfl/dotty-drone) or fixing +// https://github.com/lampepfl/dotty/issues/3146. addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-RC2") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.6")