forked from taichi-dev/taichi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Turn TI_LLVM_15 on by default (taichi-dev#6649)
For taichi devs, if you hit any issues with this option, please turn it off temporarily and open an issue. Issue: taichi-dev#6447 ### Brief Summary There're a few followup cleanups after PR but let's turn it on by default to shake out all the problems.
- Loading branch information
Showing
6 changed files
with
36 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
#!/bin/bash | ||
|
||
CI_SETUP_CMAKE_ARGS=$1 | ||
# TODO: move inside docker | ||
wget https://github.com/taichi-dev/taichi_assets/releases/download/llvm15/taichi-llvm-15-linux.zip | ||
unzip taichi-llvm-15-linux.zip && rm taichi-llvm-15-linux.zip | ||
export LLVM_DIR="$PWD/taichi-llvm-15" | ||
|
||
cd taichi | ||
pushd taichi | ||
python3 -m pip install -r requirements_dev.txt | ||
|
||
CI_SETUP_CMAKE_ARGS=$1 | ||
export CI_SETUP_CMAKE_ARGS | ||
python3 ./scripts/run_clang_tidy.py $PWD/taichi -clang-tidy-binary clang-tidy-10 -header-filter=$PWD/taichi -j2 | ||
popd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.