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 d3dbbd6 commit adb8124Copy full SHA for adb8124
ci/run.sh
@@ -189,8 +189,9 @@ case "${TARGET}" in
189
# `CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER` is not necessary for `intrinsic-test`
190
# because the binary needs to run directly on the host.
191
# Hence the use of `env -u`.
192
- env -u CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER
193
- CPPFLAGS="${TEST_CPPFLAGS}" RUSTFLAGS="${HOST_RUSTFLAGS}" RUST_LOG=warn \
+ env -u CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER \
+ CPPFLAGS="${TEST_CPPFLAGS}" RUSTFLAGS="${HOST_RUSTFLAGS}" \
194
+ RUST_LOG=warn RUST_BACKTRACE=1 \
195
cargo run "${INTRINSIC_TEST}" "${PROFILE}" \
196
--bin intrinsic-test -- intrinsics_data/x86-intel.xml \
197
--runner "${TEST_RUNNER}" \
0 commit comments