File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ targets="${2}"
5353lit_args=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests"
5454
5555echo " --- cmake"
56- pip install -q -r " ${MONOREPO_ROOT} " /mlir/python/requirements.txt
57- pip install -q -r " ${MONOREPO_ROOT} " /lldb/test/requirements.txt
58- pip install -q -r " ${MONOREPO_ROOT} " /.ci/requirements.txt
56+ pip install --break-system-packages - q -r " ${MONOREPO_ROOT} " /mlir/python/requirements.txt
57+ pip install --break-system-packages - q -r " ${MONOREPO_ROOT} " /lldb/test/requirements.txt
58+ pip install --break-system-packages - q -r " ${MONOREPO_ROOT} " /.ci/requirements.txt
5959cmake -S " ${MONOREPO_ROOT} " /llvm -B " ${BUILD_DIR} " \
6060 -D LLVM_ENABLE_PROJECTS=" ${projects} " \
6161 -G Ninja \
You can’t perform that action at this time.
0 commit comments