Skip to content

Commit 22fe009

Browse files
nicholasdillegithub-actions[bot]
authored andcommitted
wasmedge does not like static linking
1 parent 4882453 commit 22fe009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/containerd-shim-wasmedge/Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ git clone -q --config advice.detachedHead=false --depth 1 --branch "containerd-s
3232
export CARGO_HOME=/usr/local/cargo
3333
export CARGO_TARGET_DIR=/target/
3434
export RUSTUP_HOME=/usr/local/rustup
35-
export RUSTFLAGS='-C target-feature=+crt-static'
35+
#export RUSTFLAGS='-C target-feature=+crt-static'
3636
make -j$(nproc) build-wasmedge TARGET_DIR="${CARGO_TARGET_DIR}"
3737
make install-wasmedge PREFIX="${prefix}" TARGET_DIR="${CARGO_TARGET_DIR}"
3838
EOF

0 commit comments

Comments
 (0)