Skip to content

Commit

Permalink
Make all clang-aarch64-full-2stage builds clean builds (#260)
Browse files Browse the repository at this point in the history
This is step 1 to addressing the rapidly expanding build queues we're
seeing (#250).

The bot is currently on silent, and the plan is:
* Mark all builds as clean (we use ccache so it shouldn't be a big
impact).
* Clear the existing requests.
* See what happens to the queue.

It's possible we will need a follow up to make collapsing work, but this
is the first step either way.
  • Loading branch information
DavidSpickett authored Sep 4, 2024
1 parent d59211c commit ccbac47
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 @@ -471,7 +471,7 @@
'workernames' : ["linaro-clang-aarch64-full-2stage"],
'builddir': "clang-aarch64-full-2stage",
'factory' : ClangBuilder.getClangCMakeBuildFactory(
clean=False,
clean=True,
checkout_flang=True,
checkout_lld=True,
useTwoStage=True,
Expand Down

0 comments on commit ccbac47

Please sign in to comment.