From 45a0bc503d5d38d06e809e167eef3f2e414b3d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurenz=20Altenm=C3=BCller?= Date: Mon, 2 Dec 2024 14:18:04 +0100 Subject: [PATCH] Ignore https://github.com/jvolkman/rules_pycross/issues/128 --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ec588f..b7162ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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, ignore https://github.com/jvolkman/rules_pycross/issues/128 + - if: matrix.external_dependency_system == 'workspace' || matrix.os == 'macos' || matrix.bazel-version == '8.0.0rc4' run: echo "tests/rules_pycross" >> .bazelignore - run: bazel test //... examples: