Skip to content

Commit

Permalink
[riscv] set clean=True for clang-riscv-rva23-2stage and set -DCOMPILE…
Browse files Browse the repository at this point in the history
…R_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).
  • Loading branch information
asb committed Oct 10, 2024
1 parent 7d4f120 commit f286acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -3186,7 +3186,7 @@
'workernames' : ["rise-clang-riscv-rva23-2stage"],
'builddir':"clang-riscv-rva23-2stage",
'factory' : ClangBuilder.getClangCMakeBuildFactory(
clean=False,
clean=True,
useTwoStage=True,
runTestSuite=False,
testStage1=False,
Expand All @@ -3199,6 +3199,7 @@
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache"],
extra_stage2_cmake_args=[
"-DLLVM_ENABLE_LLD=True",
"-DCOMPILER_RT_BUILD_SANITIZERS=OFF",
"-DCMAKE_C_FLAGS='-menable-experimental-extensions -march=rva23u64'",
"-DCMAKE_CXX_FLAGS='-menable-experimental-extensions -march=rva23u64'"]
)},
Expand Down

0 comments on commit f286acd

Please sign in to comment.