Skip to content

Commit

Permalink
yottaa fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
syvb committed Jul 10, 2024
1 parent 6ab32e1 commit c354e30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/build
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,11 @@ while [ $# -gt 0 ]; do
find_profile
require_pg_version
$nop cargo fetch
$nop cargo test --profile $profile --features "$pg pg_test" --no-default-features
export RUSTC_BOOTSTRAP=1
export __CARGO_TEST_CHANNEL_OVERRIDE_DO_NOT_USE_THIS=nightly
export RUSTFLAGS='-Z sanitizer=memory'
rustup component add rust-src --toolchain 1.74.0-x86_64-unknown-linux-gnu
$nop cargo test -Zbuild-std --profile $profile --target --target x86_64-unknown-linux-gnu --features "$pg pg_test" --no-default-features
;;

install)
Expand Down

0 comments on commit c354e30

Please sign in to comment.