Skip to content

Commit 4ee029b

Browse files
authored
Fix Test with Scala 2 library with CC TASTy (fast) (#19357)
We compiled `scala2-library-tasty` by mistake instead of `scala2-library-cc` and `scala2-library-cc-tasty`. The setting `scala2Library` is useless until we are able to execute `scala3-bootstrapped/test`.
2 parents 94e960d + f9f8b0b commit 4ee029b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryTasty ;scala3-bootstrapped/testCompilation i5; scala3-bootstrapped/testCompilation tests/run/typelevel-peano.scala; scala3-bootstrapped/testOnly dotty.tools.backend.jvm.DottyBytecodeTests" # only test a subset of test to avoid doubling the CI execution time
149149

150150
- name: Test with Scala 2 library with CC TASTy (fast)
151-
run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty ;scala2-library-tasty/compile" # TODO test all the test configurations in non-CC library (currently disabled due to bug while loading the library)
151+
run: ./project/scripts/sbt "scala2-library-cc/compile; scala2-library-cc-tasty/compile" # TODO test all the test configurations in non-CC library (currently disabled due to bug while loading the library)
152152

153153
test_scala2_library_tasty:
154154
runs-on: [self-hosted, Linux]

0 commit comments

Comments
 (0)