Skip to content

Commit

Permalink
fix asan ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Sep 17, 2024
1 parent b02b680 commit f73ec8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/proxy/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ ROOT=$(dirname $(realpath $0))/../..

set -ex

cargo build --release -p tract-ffi
cargo build --release -p tract-ffi $CARGO_EXTRA
export TRACT_DYLIB_SEARCH_PATH=$ROOT/target/release
export LD_LIBRARY_PATH=$ROOT/target/release

cd $(dirname $(realpath $0))
cargo test
cargo test $CARGO_EXTRA

0 comments on commit f73ec8a

Please sign in to comment.