Skip to content

Commit ab2e4d7

Browse files
authored
Update CI for the new staticnode location (#13305)
* Update CI for the new staticnode location * get CI green
1 parent 7b3aaba commit ab2e4d7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ jobs:
221221
image: ghcr.io/pyca/cryptography-runner-${{ matrix.IMAGE.IMAGE }}
222222
volumes:
223223
- /staticnodehost:/staticnodecontainer:rw,rshared
224-
- /staticnodehost:/__e/node20:ro,rshared
224+
- /staticnodehost/20:/__e/node20:ro,rshared
225+
- /staticnodehost/24:/__e/node24:ro,rshared
225226
strategy:
226227
fail-fast: false
227228
matrix:

.github/workflows/wheel-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
image: ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }}
6161
volumes:
6262
- /staticnodehost:/staticnodecontainer:rw,rshared
63-
- /staticnodehost:/__e/node20:ro,rshared
63+
- /staticnodehost/20:/__e/node20:ro,rshared
6464
strategy:
6565
fail-fast: false
6666
matrix:
@@ -84,7 +84,7 @@ jobs:
8484

8585
- { NAME: "manylinux_2_28_ppc64le", CONTAINER: "cryptography-manylinux_2_28:ppc64le", RUNNER: "ubuntu-24.04-ppc64le" }
8686
- { NAME: "manylinux_2_34_ppc64le", CONTAINER: "cryptography-manylinux_2_34:ppc64le", RUNNER: "ubuntu-24.04-ppc64le" }
87-
87+
8888
exclude:
8989
# There are no readily available musllinux PyPy distributions
9090
- PYTHON: { VERSION: "pp310-pypy310_pp73" }

0 commit comments

Comments
 (0)