mirror of https://github.com/sbt/sbt.git
Merge pull request #44 from xuwei-k/update-scala-native
Update scala-native 0.4.0. enable native test
This commit is contained in:
commit
b4ef283673
|
|
@ -23,8 +23,6 @@ jobs:
|
|||
uses: coursier/cache-action@v5
|
||||
- name: Build and test
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt install clang libunwind-dev libgc-dev libre2-dev
|
||||
sbt -v clean scripted
|
||||
rm -rf "$HOME/.ivy2/local" || 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.
|
||||
|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