From 26086d6d855b6aab8163fb10db988ecacfd50615 Mon Sep 17 00:00:00 2001 From: Adrien Guinet Date: Sun, 20 Apr 2025 14:37:14 +0200 Subject: [PATCH 1/3] try armv7 build --- .github/workflows/dist_publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dist_publish.yml b/.github/workflows/dist_publish.yml index bec2523..665fc8e 100644 --- a/.github/workflows/dist_publish.yml +++ b/.github/workflows/dist_publish.yml @@ -48,6 +48,8 @@ jobs: runs: ubuntu-24.04 - image: "manylinux_2_28_aarch64" runs: ubuntu-24.04-arm + - image: "manylinux_2_31_armv7l" + runs: ubuntu-24.04-arm runs-on: ${{ matrix.runs }} steps: - name: Cache LLVM @@ -82,6 +84,8 @@ jobs: runs: ubuntu-24.04 - image: "manylinux_2_28_aarch64" runs: ubuntu-24.04-arm + - image: "manylinux_2_31_armv7l" + runs: ubuntu-24.04-arm py_vers: - "cp38-cp38" - "cp39-cp39" From a24552e72e543e4d2be0cdcb5d50f819400a317f Mon Sep 17 00:00:00 2001 From: Adrien Guinet Date: Sun, 20 Apr 2025 14:38:48 +0200 Subject: [PATCH 2/3] wip --- .github/workflows/dist_publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dist_publish.yml b/.github/workflows/dist_publish.yml index 665fc8e..86b6c22 100644 --- a/.github/workflows/dist_publish.yml +++ b/.github/workflows/dist_publish.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Cache LLVM id: cache-llvm - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: llvm/install # TODO: would be really better to add the hash of the LLVM commit cloned @@ -105,7 +105,7 @@ jobs: - uses: actions/checkout@v2 - name: Cache LLVM id: cache-llvm - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: llvm/install key: Linux-llvm-release-13-${{ matrix.tag.image }}-00 @@ -140,7 +140,7 @@ jobs: - name: Cache LLVM if: runner.os == 'Windows' id: cache-llvm - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: llvm/install key: ${{ runner.os }}-llvm-release-13-msvc From c8c5bd03f3834fd3b6f0e52b837fe28341d7bba8 Mon Sep 17 00:00:00 2001 From: Adrien Guinet Date: Sun, 20 Apr 2025 14:39:21 +0200 Subject: [PATCH 3/3] wip --- .github/workflows/dist_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist_publish.yml b/.github/workflows/dist_publish.yml index 86b6c22..1ad070c 100644 --- a/.github/workflows/dist_publish.yml +++ b/.github/workflows/dist_publish.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Cache LLVM id: cache-llvm - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: llvm/install key: ${{ runner.os }}-llvm-release-13-${{ matrix.image }}-00