Skip to content

Commit

Permalink
Update build_test_cpp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Aug 7, 2024
1 parent 1dd674b commit 3366348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
yum install -y openssl-static zlib-static
yum install -y protobuf-devel protobuf-compiler
yum install -y boost-static
yum install -y gcc-toolset-9-libasan-devel
- name: Sync source deps
run: |
Expand Down Expand Up @@ -105,7 +104,6 @@ jobs:

- name: Extract artifact
run: |
sudo apt install -y libasan6
mkdir iree-install
tar -xf iree-dist.tar -C iree-install
bash build_tools/download_peano.sh
Expand All @@ -116,7 +114,6 @@ jobs:
source .venv/bin/activate
pip install -r tests/matmul/requirements.txt
- name: E2E correctness matmul test
run: |
source .venv/bin/activate
Expand Down
2 changes: 2 additions & 0 deletions build_tools/ci/build_test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,14 @@ echo '{
}' > $iree_dir/CMakeUserPresets.json

cd $iree_dir
export LSAN_OPTIONS=verbosity=1:log_threads=1
cmake -S "$iree_dir" -B "$build_dir" \
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="$install_dir" \
-DCMAKE_INSTALL_LIBDIR=lib \
-DIREE_ENABLE_ASSERTIONS=ON \
-DHAVE_STD_REGEX=ON -DRUN_HAVE_STD_REGEX=1 \
-DIREE_ENABLE_ASAN=ON \
-DIREE_BUILD_SAMPLES=OFF \
-DIREE_BUILD_PYTHON_BINDINGS=OFF \
Expand Down

0 comments on commit 3366348

Please sign in to comment.