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}"
53
53
lit_args=" -v --xunit-xml-output ${BUILD_DIR} /test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests"
54
54
55
55
echo " --- 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
59
59
cmake -S " ${MONOREPO_ROOT} " /llvm -B " ${BUILD_DIR} " \
60
60
-D LLVM_ENABLE_PROJECTS=" ${projects} " \
61
61
-G Ninja \
You can’t perform that action at this time.
0 commit comments