From 449a83c458135e9aa53a8f9a1ee935ed91dfab6d Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 25 Apr 2026 15:43:26 -0500 Subject: [PATCH] test to see if we don't need node20 any more (#1195) --- .github/workflows/ci.yml | 3 +-- .github/workflows/wheel-builder.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b341aa7..e1c4d89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,6 @@ jobs: image: ghcr.io/pyca/cryptography-runner-${{ matrix.IMAGE.IMAGE }} volumes: - /staticnodehost:/staticnodecontainer:rw,rshared - - /staticnodehost/20:/__e/node20:ro,rshared - /staticnodehost/24:/__e/node24:ro,rshared strategy: fail-fast: false @@ -139,7 +138,7 @@ jobs: - {IMAGE: "alpine:aarch64", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"} name: "${{ matrix.IMAGE.NOXSESSION }} on ${{ matrix.IMAGE.IMAGE }}" steps: - - name: Ridiculous-er workaround for static node20 + - name: Ridiculous-er workaround for static node run: | cp -R /staticnode/* /staticnodecontainer/ - name: Ridiculous alpine workaround for actions support on arm64 diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 487a47f..bd04448 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -86,10 +86,9 @@ jobs: image: ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }} volumes: - /staticnodehost:/staticnodecontainer:rw,rshared - - /staticnodehost/20:/__e/node20:ro,rshared - /staticnodehost/24:/__e/node24:ro,rshared steps: - - name: Ridiculous-er workaround for static node20 + - name: Ridiculous-er workaround for static node run: | cp -R /staticnode/* /staticnodecontainer/ - name: Ridiculous alpine workaround for actions support on arm64