Skip to content

Commit b0d921f

Browse files
committed
build: Pin wasirun version to v0.8.0
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 574da02 commit b0d921f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_wasip1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install wasirun
2626
run: |
27-
go install github.com/stealthrocket/wasi-go/cmd/wasirun@latest
27+
go install github.com/stealthrocket/wasi-go/cmd/wasirun@v0.8.0
2828
2929
- name: Test
3030
run: make wasitest

scripts/wasirun-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Wrapper script for wasirun to be executable by go test -exec
44
#
55

6-
which wasirun || go install github.com/stealthrocket/wasi-go/cmd/wasirun@latest
6+
which wasirun || go install github.com/stealthrocket/wasi-go/cmd/wasirun@v0.8.0
77

88
# Make temp dir for for mapping into wasirun
99
map_dir=$(mktemp -d)

0 commit comments

Comments
 (0)