Skip to content

Commit 14d7b14

Browse files
Fix _Test with Scala 2 library with CC TASTy (fast)_ CI workflow (#19814)
The `scala2-library-cc-tasty` JAR was not used while executing this test.
2 parents f24960c + 670c365 commit 14d7b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
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
154154

155155
- name: Test with Scala 2 library with CC TASTy (fast)
156-
run: ./project/scripts/sbt "scala2-library-cc/compile; scala2-library-cc-tasty/compile; scala3-bootstrapped/testCompilation i3"
156+
run: ./project/scripts/sbt ";set ThisBuild/Build.scala2Library := Build.Scala2LibraryCCTasty; scala2-library-cc/compile; scala2-library-cc-tasty/compile; scala3-bootstrapped/testCompilation i3"
157157

158158
test_scala2_library_tasty:
159159
runs-on: [self-hosted, Linux]

0 commit comments

Comments
 (0)