From 90a56c4db3dc885799bf3e0226ff4d5fa584fe3e Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 16 May 2024 13:35:48 +0200 Subject: [PATCH] guessing, need sleep --- .github/workflows/wheel-builder.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 7c4f6a6a4647..2a0c9727d0fc 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -55,7 +55,8 @@ jobs: container: image: ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }} volumes: - - /staticnode:/__e/node20:ro,rshared + - /staticnodehost:/staticnodecontainer:rw,rshared + - /staticnodehost:/__e/node20:ro,rshared strategy: fail-fast: false matrix: @@ -105,6 +106,9 @@ jobs: MANYLINUX: { NAME: "manylinux2014_aarch64", CONTAINER: "cryptography-manylinux2014_aarch64", RUNNER: [self-hosted, Linux, ARM64]} name: "${{ matrix.PYTHON.VERSION }} for ${{ matrix.MANYLINUX.NAME }}" steps: + - name: Ridiculous-er workaround for static node20 + run: | + cp -R /staticnode/* /staticnodecontainer/ - name: Ridiculous alpine workaround for actions support on arm64 run: | # This modifies /etc/os-release so the JS actions