Skip to content

Commit

Permalink
[CI] Debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghb97 committed Feb 11, 2025
1 parent 591eda8 commit 52a007b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Actions/TestBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ cd $llvm_build_dir

# Build and check the LLVM project.
# If cached build is available, it will save time by only checking the project.
# if [ -z "$(ls -A ./)" ]
# then
if [ -z "$(ls -A ./)" ]
then
cmake -G Ninja ../llvm \
-DLLVM_ENABLE_PROJECTS="mlir;clang;openmp" \
-DLLVM_TARGETS_TO_BUILD="host;RISCV" \
Expand All @@ -32,7 +32,7 @@ cd $llvm_build_dir
-DMLIR_ENABLE_BINDINGS_PYTHON=ON \
-DPython3_EXECUTABLE=$(which python3)
ninja check-clang check-mlir omp
# fi
fi

# Navigate back to the root project directory.
cd ../..
Expand Down

0 comments on commit 52a007b

Please sign in to comment.