Skip to content

Commit f286acd

Browse files
committed
[riscv] set clean=True for clang-riscv-rva23-2stage and set -DCOMPILER_RT_BUILD_SANITIZERS=OFF
clean=True due to <#250> Not updating other riscv builders as they are about to be redeployed with a different config (PR forthcoming).
1 parent 7d4f120 commit f286acd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildbot/osuosl/master/config/builders.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3186,7 +3186,7 @@
31863186
'workernames' : ["rise-clang-riscv-rva23-2stage"],
31873187
'builddir':"clang-riscv-rva23-2stage",
31883188
'factory' : ClangBuilder.getClangCMakeBuildFactory(
3189-
clean=False,
3189+
clean=True,
31903190
useTwoStage=True,
31913191
runTestSuite=False,
31923192
testStage1=False,
@@ -3199,6 +3199,7 @@
31993199
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache"],
32003200
extra_stage2_cmake_args=[
32013201
"-DLLVM_ENABLE_LLD=True",
3202+
"-DCOMPILER_RT_BUILD_SANITIZERS=OFF",
32023203
"-DCMAKE_C_FLAGS='-menable-experimental-extensions -march=rva23u64'",
32033204
"-DCMAKE_CXX_FLAGS='-menable-experimental-extensions -march=rva23u64'"]
32043205
)},

0 commit comments

Comments
 (0)