We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e3894 commit a01719fCopy full SHA for a01719f
.gitlab-ci.yml
@@ -63,6 +63,7 @@ before_script:
63
script:
64
- *get_toolchain_build_scripts
65
- LLVM_PROJECT_PATH=$PWD
66
+ - git config --global --add safe.directory ${LLVM_PROJECT_PATH}
67
- BUILD_PATH=$PWD/${BUILD_DIR}
68
- mkdir -p ${BUILD_PATH}
69
- BUILD_HOST=$(gcc -dumpmachine)
@@ -187,6 +188,8 @@ build_and_test:
187
188
fi
189
190
191
+ - LLVM_PROJECT_PATH=$PWD
192
193
194
- cmake -G Ninja
195
-S llvm
0 commit comments