Skip to content

Commit

Permalink
s: unset AXIS_DEVICE_IP when running miri
Browse files Browse the repository at this point in the history
  • Loading branch information
apljungquist committed Dec 19, 2024
1 parent 98a6917 commit 95d303e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ check_lint:
## Check that risky FFI patterns are sound using miri
check_miri:
rustup +nightly component add miri
AXIS_DEVICE_IP="" \
cargo +nightly miri test \
--package ffi_patterns \
--target aarch64-unknown-linux-gnu \
Expand Down

0 comments on commit 95d303e

Please sign in to comment.