Skip to content

Commit

Permalink
no pycross on Bazel 6 (jvolkman/rules_pycross#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten committed Jan 25, 2025
1 parent e37ec26 commit 74a7569
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
- run: echo "common ${{ matrix.flags }}" >> .bazelrc

# Don't want to bother with hundreds of lines of Workspace setup for the rules_pycross compat test
- if: matrix.external_dependency_system == 'workspace' || matrix.os == 'macos'
# Also, work around https://github.com/jvolkman/rules_pycross/issues/147
- if: matrix.external_dependency_system == 'workspace' || matrix.os == 'macos' || matrix.bazel-version == '6.x'
run: echo "tests/rules_pycross" >> .bazelignore
- run: bazel test //...
examples:
Expand Down

0 comments on commit 74a7569

Please sign in to comment.