From 618be89f33a04ac43d1fefa2288a1eccac164649 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Sun, 31 Jan 2021 16:17:18 +0900 Subject: [PATCH] Update scala-native 0.4.0. enable native test --- .github/workflows/ci.yml | 2 -- src/sbt-test/projectMatrix/native/project/plugins.sbt | 2 +- src/sbt-test/projectMatrix/native/{disabled => test} | 0 3 files changed, 1 insertion(+), 3 deletions(-) rename src/sbt-test/projectMatrix/native/{disabled => test} (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 827699c9a..3a69685a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/src/sbt-test/projectMatrix/native/project/plugins.sbt b/src/sbt-test/projectMatrix/native/project/plugins.sbt index 56be18345..cb79d7dae 100644 --- a/src/sbt-test/projectMatrix/native/project/plugins.sbt +++ b/src/sbt-test/projectMatrix/native/project/plugins.sbt @@ -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") diff --git a/src/sbt-test/projectMatrix/native/disabled b/src/sbt-test/projectMatrix/native/test similarity index 100% rename from src/sbt-test/projectMatrix/native/disabled rename to src/sbt-test/projectMatrix/native/test