Skip to content

Commit

Permalink
Upgrade scala-asm to 5.2.0-scala-2
Browse files Browse the repository at this point in the history
  • Loading branch information
smarter committed Oct 8, 2017
1 parent d52f98c commit 08cbce3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,37 @@ pipeline:
# We run tests in parallel. Tests run in a copy of the working directory to avoid conflict
test_legacy:
group: test
image: lampepfl/dotty:2017-10-05
image: lampepfl/dotty:2017-10-07
commands:
- cp -R . /tmp/0/ && cd /tmp/0/
- ./project/scripts/sbt legacyTests

test:
group: test
image: lampepfl/dotty:2017-10-05
image: lampepfl/dotty:2017-10-07
commands:
- cp -R . /tmp/1/ && cd /tmp/1/
- ./project/scripts/sbt testAll
- ./project/scripts/sbt ";dotty-bench/jmh:run 1 1 tests/run/arrays.scala"

test_bootstrapped:
group: test
image: lampepfl/dotty:2017-10-05
image: lampepfl/dotty:2017-10-07
commands:
- cp -R . /tmp/2/ && cd /tmp/2/
- ./project/scripts/sbt dotty-bootstrapped/testAll
- ./project/scripts/sbt ";dotty-bench-bootstrapped/jmh:run 1 1 tests/run/arrays.scala"

test_optimised:
group: test
image: lampepfl/dotty:2017-10-05
image: lampepfl/dotty:2017-10-07
commands:
- cp -R . /tmp/3/ && cd /tmp/3/
- ./project/scripts/sbt dotty-optimised/testAll

test_sbt:
group: test
image: lampepfl/dotty:2017-10-05
image: lampepfl/dotty:2017-10-07
commands:
- cp -R . /tmp/4/ && cd /tmp/4/
- ./project/scripts/sbt sbt-dotty/scripted
Expand All @@ -43,7 +43,7 @@ pipeline:

# DOCUMENTATION:
documentation:
image: lampepfl/dotty:2017-10-05
image: lampepfl/dotty:2017-10-07
commands:
- ./project/scripts/genDocs
secrets: [ bot_pass ]
Expand All @@ -55,7 +55,7 @@ pipeline:
# PUBLISHING:
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
publish_nightly:
image: lampepfl/dotty:2017-10-05
image: lampepfl/dotty:2017-10-07
environment:
- NIGHTLYBUILD=yes
commands:
Expand All @@ -68,7 +68,7 @@ pipeline:
environment: nightly

publish_release:
image: lampepfl/dotty:2017-10-05
image: lampepfl/dotty:2017-10-07
environment:
- RELEASEBUILD=yes
commands:
Expand All @@ -81,7 +81,7 @@ pipeline:
environment: release

publish_sbt_release:
image: lampepfl/dotty:2017-10-05
image: lampepfl/dotty:2017-10-07
environment:
- RELEASEBUILD=yes
commands:
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ object Build {
}.taskValue,

// Used by the backend
libraryDependencies += "org.scala-lang.modules" % "scala-asm" % "5.2.0-scala-1",
libraryDependencies += "org.scala-lang.modules" % "scala-asm" % "5.2.0-scala-2",

// set system in/out for repl
connectInput in run := true,
Expand Down

0 comments on commit 08cbce3

Please sign in to comment.