Update CI for the new staticnode location (#1051)
This commit is contained in:
parent
8c13e6890d
commit
688d049f9c
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -138,7 +138,8 @@ jobs:
|
||||
image: ghcr.io/pyca/cryptography-runner-${{ matrix.IMAGE.IMAGE }}
|
||||
volumes:
|
||||
- /staticnodehost:/staticnodecontainer:rw,rshared
|
||||
- /staticnodehost:/__e/node20:ro,rshared
|
||||
- /staticnodehost/20:/__e/node20:ro,rshared
|
||||
- /staticnodehost/24:/__e/node24:ro,rshared
|
||||
strategy:
|
||||
matrix:
|
||||
IMAGE:
|
||||
|
||||
3
.github/workflows/wheel-builder.yml
vendored
3
.github/workflows/wheel-builder.yml
vendored
@ -109,7 +109,8 @@ jobs:
|
||||
image: ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }}
|
||||
volumes:
|
||||
- /staticnodehost:/staticnodecontainer:rw,rshared
|
||||
- /staticnodehost:/__e/node20:ro,rshared
|
||||
- /staticnodehost/20:/__e/node20:ro,rshared
|
||||
- /staticnodehost/24:/__e/node24:ro,rshared
|
||||
steps:
|
||||
- name: Ridiculous-er workaround for static node20
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user