Skip to content

Commit 9dd6943

Browse files
nepetcdecker
authored andcommitted
ci: Disable armv7 build
Temporarily disable the armv7 build for `gl-client-py` as github seems to have issues with this architecture at the moment. Signed-off-by: Peter Neuroth <[email protected]>
1 parent d1d42a6 commit 9dd6943

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
# aarch64 does not compile due to an old(-ish) compiler with the error
4848
# `ARM assembler must define __ARM_ARCH`
4949
# - aarch64
50-
- armv7
50+
# Temporarily disable armv7 as to github issues fetching a manifest for the architecture.
51+
# - armv7
5152
steps:
5253
- uses: actions/checkout@v3
5354

0 commit comments

Comments
 (0)