Skip to content

Commit 605ec88

Browse files
committed
Disable Linux aarch64 svm build
1 parent fe8844f commit 605ec88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/scripts/extract_matrix.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
# Jobs failing in GitHub Actions:buffer overflow, out of memory, auditwheel incompatible with runner ubuntu-latest's glibc version
2828
"python-svm-unittest",
2929
"cpython-gate",
30+
31+
# Python 3.8.10 (matrix.python_version) is not available for linux aarch64
32+
# cf. https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
33+
"python-svm-build-gate-linux-aarch64"
3034
)
3135

3236
# TODO build link using self.runs_on

0 commit comments

Comments
 (0)