Skip to content

Make Linaro 2 stage builders use clean builds #306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

DavidSpickett
Copy link
Contributor

To take advantage of #266. We use ccache on all our bots so this will not add much overhead.

The SVE bots are fast enough that the buildup of build requests is not really a problem, but for consistency I've marked them clean so all our 2 stage builds are clean.

@DavidSpickett
Copy link
Contributor Author

@omjavaid in particular the Windows 2 stage bot. IIRC it does use ccache so it should be fine?

To take advantage of llvm#266.
We use ccache on all our bots so this will not add much overhead.

The SVE bots are fast enough that the buildup of build requests is
not really a problem, but for consistency I've marked them clean
so all our 2 stage builds are clean.
@DavidSpickett DavidSpickett changed the title Make a bunch of Linaro 2 stage builders use clean builds Make Linaro 2 stage builders use clean builds Nov 12, 2024
Copy link
Contributor

@omjavaid omjavaid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me

@omjavaid
Copy link
Contributor

omjavaid commented Nov 13, 2024

@omjavaid in particular the Windows 2 stage bot. IIRC it does use ccache so it should be fine?

+1 yes we use ccache on windows bots.

@DavidSpickett DavidSpickett merged commit 910c706 into llvm:main Nov 14, 2024
2 checks passed
@DavidSpickett DavidSpickett deleted the linaro-clean branch November 14, 2024 09:11
uweigand added a commit to uweigand/llvm-zorg that referenced this pull request May 20, 2025
Use clean builds for the s390x multistage builder as was done for
Linaro in llvm#306.  This will
enable collapsing build requests to help the builder keep up.

As further speed-up, skip the stage 1 testing, as is already done
for most other multistage builders.
uweigand added a commit that referenced this pull request May 20, 2025
Use clean builds for the s390x multistage builder as was done for Linaro
in #306. This will enable
collapsing build requests to help the builder keep up.

As further speed-up, skip the stage 1 testing, as is already done for
most other multistage builders.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants