Skip to content

Commit

Permalink
fix asan build
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Aug 8, 2024
1 parent d6fa027 commit b02da95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export RUSTFLAGS=-Zsanitizer=address
export RUSTDOCFLAGS=$RUSTFLAGS
export RUSTUP_TOOLCHAIN=nightly
export RUST_VERSION=nightly
export CARGO_EXTRA="-Zbuild-std --target $TARGET"
export CARGO_EXTRA="--target $TARGET"

cargo -q test -q -p tract-core --features paranoid_assertions $CARGO_EXTRA

Expand Down

0 comments on commit b02da95

Please sign in to comment.