File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -202,8 +202,6 @@ jobs:
202202 run : |
203203 ls -la --si cpython/builddir/wasi/python*
204204 test -e cpython/builddir/wasi/python.wasm || exit 1
205- - name : " list"
206- run : docker run --rm -v $(pwd):/build -w /build quay.io/tiran/cpythonbuild:emsdk3 ls
207205 - name : " Print test.pythoninfo"
208206 run : docker run --rm -v $(pwd):/build -w /build quay.io/tiran/cpythonbuild:emsdk3 ./run-python-wasi.sh -m test.pythoninfo
209207 - name : " Run tests"
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ cd cpython/builddir/wasi
88# PYTHONPATH is relative to mapped cpython/ directory.
99exec wasmtime run \
1010 --env PYTHONPATH=/builddir/wasi/$( cat pybuilddir.txt) \
11- --mapdir /::cpython / -- \
11+ --mapdir /::../.. / -- \
1212 python.wasm " $@ "
You can’t perform that action at this time.
0 commit comments