Skip to content

Commit 22dea0d

Browse files
committed
Simplify CI setup
1 parent 9abffc2 commit 22dea0d

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.ci/generate-buildkite-pipeline-premerge

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,6 @@ function check-targets() {
188188
libclc)
189189
echo "check-all"
190190
;;
191-
mlir)
192-
for t in check-mlir check-mlir-python; do
193-
echo $t
194-
done
195-
;;
196191
*)
197192
echo "check-${project}"
198193
;;

.ci/monolithic-linux.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ cmake -S ${MONOREPO_ROOT}/llvm -B ${BUILD_DIR} \
5050
-D CMAKE_CXX_FLAGS=-gmlt \
5151
-D BOLT_CLANG_EXE=/usr/bin/clang \
5252
-D LLVM_CCACHE_BUILD=ON \
53-
-D MLIR_ENABLE_BINDINGS_PYTHON=ON \
54-
-D Python3_EXECUTABLE="$(which python3)"
53+
-D MLIR_ENABLE_BINDINGS_PYTHON=ON
5554

5655
echo "--- ninja"
5756
# Targets are not escaped as they are passed as separate arguments.

.ci/monolithic-windows.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ cmake -S ${MONOREPO_ROOT}/llvm -B ${BUILD_DIR} \
4949
-D COMPILER_RT_BUILD_ORC=OFF \
5050
-D CMAKE_C_COMPILER_LAUNCHER=sccache \
5151
-D CMAKE_CXX_COMPILER_LAUNCHER=sccache \
52-
-D MLIR_ENABLE_BINDINGS_PYTHON=ON \
53-
-D Python3_EXECUTABLE="$(which python)"
52+
-D MLIR_ENABLE_BINDINGS_PYTHON=ON
5453

5554
echo "--- ninja"
5655
# Targets are not escaped as they are passed as separate arguments.

0 commit comments

Comments
 (0)