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 87c2f14 commit 2b39d89Copy full SHA for 2b39d89
test.sh
@@ -11,7 +11,7 @@ function docker_build() {
11
echo "Platform: ${PLATFORM}"
12
13
# NB: add -vv to cargo build when debugging
14
- docker run --rm -it \
+ docker run --rm \
15
--env RUST_BACKTRACE=1 \
16
--volume "${CRATE_PATH}:/volume" \
17
--volume cargo-cache:/opt/cargo/registry \
@@ -22,7 +22,7 @@ function docker_build() {
22
# Verify the build artifact works and is statically linked:
23
# (A container is used for `ldd` so that a non-native platform can also be tested)
24
local CRATE_ARTIFACT="./target/${TARGET_DIR}/debug/${CRATE_NAME}"
25
26
27
28
--workdir /volume \
0 commit comments