From f52bd66c3f26d6a7cb766408157a2283906e1cab Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 10 Jun 2021 04:27:13 +0900 Subject: [PATCH] Attempt to fix the link error --- ci/docker/wasm32-wasi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/wasm32-wasi/Dockerfile b/ci/docker/wasm32-wasi/Dockerfile index d8c4b5050c602..6f5d58352a586 100644 --- a/ci/docker/wasm32-wasi/Dockerfile +++ b/ci/docker/wasm32-wasi/Dockerfile @@ -37,4 +37,4 @@ ENV CARGO_TARGET_WASM32_WASI_RUNNER=wasmtime \ CARGO_TARGET_WASM32_WASI_LINKER=/wasi-libc/bin/clang \ CC_wasm32_wasi=/wasi-libc/bin/clang \ PATH=$PATH:/rust/bin \ - RUSTFLAGS=-Ctarget-feature=-crt-static + RUSTFLAGS='-Ctarget-feature=-crt-static -Clink-args=-Wl,-v'