Skip to content

Commit b8484de

Browse files
authored
pass correct path to wasmtime (#83)
1 parent 16fe23e commit b8484de

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

run-python-wasi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ cd cpython/builddir/wasi
88
# PYTHONPATH is relative to mapped cpython/ directory.
99
exec wasmtime run \
1010
--env PYTHONPATH=/builddir/wasi/$(cat pybuilddir.txt) \
11-
--mapdir /::cpython/ -- \
11+
--mapdir /::../../ -- \
1212
python.wasm "$@"

0 commit comments

Comments
 (0)