Skip to content

Commit 69a9094

Browse files
committed
disable again non-bootstrapped tests
Now that we should have been patching Range.scala too, the code generated tries to call a function from the stdlib (`Object StrictSeqOps.appendedAll$(...)`) that will not exist because in the non-bootstrapped generated library, the generated method is `scala.caps.Pure ...`. This is not an issue in the bootstrapped version since we erase scala.caps.Pure correctly.
1 parent 337fd37 commit 69a9094

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stdlib.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ jobs:
417417
test-scala3-compiler-nonbootstrapped:
418418
runs-on: ubuntu-latest
419419
needs: [scala3-compiler-nonbootstrapped, tasty-core-nonbootstrapped, scala-library-nonbootstrapped]
420+
# Non-bootstrapped can definetely not be enabled until we have at least 3.8.0-RC1 as a reference compiler
421+
if: false
420422
steps:
421423
- name: Git Checkout
422424
uses: actions/checkout@v5

0 commit comments

Comments
 (0)