File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,8 @@ jobs:
221
221
image : ghcr.io/pyca/cryptography-runner-${{ matrix.IMAGE.IMAGE }}
222
222
volumes :
223
223
- /staticnodehost:/staticnodecontainer:rw,rshared
224
- - /staticnodehost:/__e/node20:ro,rshared
224
+ - /staticnodehost/20:/__e/node20:ro,rshared
225
+ - /staticnodehost/24:/__e/node24:ro,rshared
225
226
strategy :
226
227
fail-fast : false
227
228
matrix :
Original file line number Diff line number Diff line change 60
60
image : ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }}
61
61
volumes :
62
62
- /staticnodehost:/staticnodecontainer:rw,rshared
63
- - /staticnodehost:/__e/node20:ro,rshared
63
+ - /staticnodehost/20 :/__e/node20:ro,rshared
64
64
strategy :
65
65
fail-fast : false
66
66
matrix :
84
84
85
85
- { NAME: "manylinux_2_28_ppc64le", CONTAINER: "cryptography-manylinux_2_28:ppc64le", RUNNER: "ubuntu-24.04-ppc64le" }
86
86
- { NAME: "manylinux_2_34_ppc64le", CONTAINER: "cryptography-manylinux_2_34:ppc64le", RUNNER: "ubuntu-24.04-ppc64le" }
87
-
87
+
88
88
exclude :
89
89
# There are no readily available musllinux PyPy distributions
90
90
- PYTHON : { VERSION: "pp310-pypy310_pp73" }
You can’t perform that action at this time.
0 commit comments