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 1978758 commit 255f9c7Copy full SHA for 255f9c7
test.sh
@@ -28,11 +28,11 @@ function docker_build() {
28
--workdir /volume \
29
--platform "${PLATFORM}" \
30
test-runner \
31
- bash -ex -o pipefail -c "
+ bash -ex -c "
32
'${CRATE_ARTIFACT}'
33
ldd '${CRATE_ARTIFACT}' 2>&1 \
34
| grep -qE 'not a dynamic|statically linked' \
35
- && echo '${crate} is a static executable'
+ && echo '${CRATE_NAME} is a static executable'
36
"
37
}
38
0 commit comments