Skip to content

Commit 5304b47

Browse files
committed
test: python 3.12.8 on linux aarch64
1 parent 7fd515c commit 5304b47

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/scripts/extract_matrix.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@
3131

3232
# Python 3.8.10 (matrix.python_version) is not available for linux aarch64
3333
# cf. https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
34-
"linux-aarch64"
34+
#"linux-aarch64",
35+
36+
# WIP
37+
"darwin",
38+
"windows"
3539
)
3640

3741
DOWNLOADS_LINKS = {

.github/workflows/ci-matrix-gen.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ jobs:
5757
include: ${{ fromJson(needs.generate-tier1.outputs.matrix) }}
5858
steps: &buildsteps
5959

60-
# PATH seems to be empty on Linux runner
61-
- name: Set PATH on Linux
62-
if: runner.os == 'Linux'
63-
run: |
64-
echo "PATH=/bin:/usr/bin" >> $GITHUB_ENV
65-
6660
- name: Actions/Checkout
6761
uses: actions/checkout@main
6862
with:

ci/python-gate.libsonnet

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@
9191
MUSL_TOOLCHAIN: {name: "musl-toolchain", version: "1.0", platformspecific: true},
9292
PYTHON3_HOME: {name: "python3", version: "3.12.8", platformspecific: true},
9393
},
94-
aarch64: {},
94+
aarch64: {
95+
PYTHON3_HOME: {name: "python3", version: "3.12.8", platformspecific: true},
96+
},
9597
},
9698
darwin: {
9799
common: {},

0 commit comments

Comments
 (0)