Skip to content

Commit 960c861

Browse files
committed
Don't try to support ARM64 on Windows yet.
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 <achernya@google.com> Reviewed-by: Paul Wankadia <junyer@google.com>
1 parent 0571ffa commit 960c861

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@ jobs:
107107
fail-fast: false
108108
matrix:
109109
arch:
110-
- { name: X86, bazel-name: x64_x86, python-name: win32 }
111-
- { name: X64, bazel-name: x64, python-name: win_amd64 }
112-
- { name: ARM64, bazel-name: arm64, python-name: win_arm64 }
110+
- { name: X86, bazel-name: x64_x86, python-name: win32 }
111+
- { name: X64, bazel-name: x64, python-name: win_amd64 }
113112
ver: ['3.8', '3.9', '3.10', '3.11']
114113
env:
115114
BAZELISK_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -144,8 +143,7 @@ jobs:
144143
python -m delvewheel repair --wheel-dir=. dist/*
145144
shell: bash
146145
working-directory: python
147-
- if: matrix.arch.name == runner.arch
148-
name: Test wheel
146+
- name: Test wheel
149147
run: |
150148
python -m pip install google_re2-*.whl
151149
python re2_test.py

0 commit comments

Comments
 (0)