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 d4f9db8Copy full SHA for d4f9db8
ci/run.sh
@@ -190,7 +190,8 @@ case "${TARGET}" in
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 \
+ 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