Skip to content

Commit f52bd66

Browse files
committed
Attempt to fix the link error
1 parent 14fe8d4 commit f52bd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/wasm32-wasi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ ENV CARGO_TARGET_WASM32_WASI_RUNNER=wasmtime \
3737
CARGO_TARGET_WASM32_WASI_LINKER=/wasi-libc/bin/clang \
3838
CC_wasm32_wasi=/wasi-libc/bin/clang \
3939
PATH=$PATH:/rust/bin \
40-
RUSTFLAGS=-Ctarget-feature=-crt-static
40+
RUSTFLAGS='-Ctarget-feature=-crt-static -Clink-args=-Wl,-v'

0 commit comments

Comments
 (0)