Skip to content

Commit

Permalink
Don't try to support ARM64 on Windows yet.
Browse files Browse the repository at this point in the history
Also, testing X86 and X64 wheels should work...

Change-Id: Id740f5aca8c6d1179ab21dc743d44c04c8b929ce
Reviewed-on: https://code-review.googlesource.com/c/re2/+/61594
Reviewed-by: Alex Chernyakhovsky <[email protected]>
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Jul 28, 2023
1 parent 0571ffa commit 960c861
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,8 @@ jobs:
fail-fast: false
matrix:
arch:
- { name: X86, bazel-name: x64_x86, python-name: win32 }
- { name: X64, bazel-name: x64, python-name: win_amd64 }
- { name: ARM64, bazel-name: arm64, python-name: win_arm64 }
- { name: X86, bazel-name: x64_x86, python-name: win32 }
- { name: X64, bazel-name: x64, python-name: win_amd64 }
ver: ['3.8', '3.9', '3.10', '3.11']
env:
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -144,8 +143,7 @@ jobs:
python -m delvewheel repair --wheel-dir=. dist/*
shell: bash
working-directory: python
- if: matrix.arch.name == runner.arch
name: Test wheel
- name: Test wheel
run: |
python -m pip install google_re2-*.whl
python re2_test.py
Expand Down

0 comments on commit 960c861

Please sign in to comment.