Skip to content

Commit

Permalink
[RISCV] Mark clean=True for clang-riscv-rva23-evl-vec-2stage
Browse files Browse the repository at this point in the history
We use ccache anyway, and this leads to better behaviour of merging
queue items.
  • Loading branch information
asb committed Jan 28, 2025
1 parent dcc0981 commit b272d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -3365,7 +3365,7 @@
'workernames' : ["rise-clang-riscv-rva23-evl-vec-2stage"],
'builddir':"clang-riscv-rva23-evl-vec-2stage",
'factory' : ClangBuilder.getClangCMakeBuildFactory(
clean=False,
clean=True,
useTwoStage=True,
runTestSuite=False,
testStage1=False,
Expand Down

0 comments on commit b272d2f

Please sign in to comment.