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 196f31f commit 5ce1067Copy full SHA for 5ce1067
.gitlab-ci.yml
@@ -217,6 +217,9 @@ build_and_test:
217
-DLLDB_INCLUDE_TESTS=OFF
218
-DLLVM_TOOLCHAIN_ENABLED_TARGETS="RISCV"
219
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=Xtensa
220
+ -DLLVM_USE_LINKER="gold"
221
+ -DLLVM_PARALLEL_LINK_JOBS=2
222
+ -DLLVM_PARALLEL_COMPILE_JOBS=2
223
-B ${BUILD_PATH} 2>&1 > ${BUILD_PATH}/build.log
224
- export CUR_USER=$(whoami);
225
- useradd -m test_runner;
0 commit comments