Skip to content

Commit

Permalink
[CI] Disable LTC build from CI
Browse files Browse the repository at this point in the history
This commit disables the LTC build from the Torch-MLIR CI since
after the recent GH runner version upgrade the Torch-MLIR build
in CI is failing with an LTC related error.

The tracking issue for the same can be found here: llvm#3910

Signed-off-by: Vivek Khandelwal <[email protected]>
  • Loading branch information
vivekkhandelwal1 committed Dec 9, 2024
1 parent c1892de commit d74a020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/ci/build_posix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cmake -S "$repo_root/externals/llvm-project/llvm" -B "$build_dir" \
-DLLVM_EXTERNAL_TORCH_MLIR_SOURCE_DIR="$repo_root" \
-DLLVM_TARGETS_TO_BUILD=host \
-DMLIR_ENABLE_BINDINGS_PYTHON=ON \
-DTORCH_MLIR_ENABLE_LTC=ON \
-DTORCH_MLIR_ENABLE_LTC=OFF \
-DTORCH_MLIR_ENABLE_PYTORCH_EXTENSIONS=ON
echo "::endgroup::"

Expand Down

0 comments on commit d74a020

Please sign in to comment.