mirror of https://github.com/sbt/sbt.git
Update scala-native 0.4.0. enable native test
This commit is contained in:
parent
7781c86aea
commit
618be89f33
|
|
@ -23,8 +23,6 @@ jobs:
|
||||||
uses: coursier/cache-action@v5
|
uses: coursier/cache-action@v5
|
||||||
- name: Build and test
|
- name: Build and test
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
|
||||||
sudo apt install clang libunwind-dev libgc-dev libre2-dev
|
|
||||||
sbt -v clean scripted
|
sbt -v clean scripted
|
||||||
rm -rf "$HOME/.ivy2/local" || true
|
rm -rf "$HOME/.ivy2/local" || true
|
||||||
find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true
|
find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ sys.props.get("plugin.version") match {
|
||||||
case _ => sys.error("""|The system property 'plugin.version' is not defined.
|
case _ => sys.error("""|The system property 'plugin.version' is not defined.
|
||||||
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
|
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
|
||||||
}
|
}
|
||||||
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0-M2")
|
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue