We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4882453 commit 22fe009Copy full SHA for 22fe009
tools/containerd-shim-wasmedge/Dockerfile.template
@@ -32,7 +32,7 @@ git clone -q --config advice.detachedHead=false --depth 1 --branch "containerd-s
32
export CARGO_HOME=/usr/local/cargo
33
export CARGO_TARGET_DIR=/target/
34
export RUSTUP_HOME=/usr/local/rustup
35
-export RUSTFLAGS='-C target-feature=+crt-static'
+#export RUSTFLAGS='-C target-feature=+crt-static'
36
make -j$(nproc) build-wasmedge TARGET_DIR="${CARGO_TARGET_DIR}"
37
make install-wasmedge PREFIX="${prefix}" TARGET_DIR="${CARGO_TARGET_DIR}"
38
EOF
0 commit comments