Skip to content
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

release/18.x: [Release] Don't build during test-release.sh Phase 3 install (#82001) #82420

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

llvmbot
Copy link

@llvmbot llvmbot commented Feb 20, 2024

Backport f6ac598

Requested by: @rorth

@llvmbot llvmbot added this to the LLVM 18.X Release milestone Feb 20, 2024
@llvmbot
Copy link
Author

llvmbot commented Feb 20, 2024

@tstellar What do you think about merging this PR to the release branch?

@rorth
Copy link
Collaborator

rorth commented Feb 20, 2024

@tstellar What do you think about merging this PR to the release branch?

I thing this would be very useful: we already have two Issues filed for this problem, and test-release.sh is probably almost exclusively exercised during release testing/building.

The risk should be limited: even if the patch is wrong, the builds will happen at full parallelism, no worse than before.

)

As described in [test-release.sh ninja install does builds in Phase
3](llvm#80999), considerable
parts of Phase 3 of a `test-release.sh` build are run by `ninja
install`, ignoring both `$Verbose` and the parallelism set via `-j NUM`.

This patches fixes this by not specifying any explicit build target for
Phase 3, thus running the full build as usual.

Tested on `sparc64-unknown-linux-gnu`.

(cherry picked from commit f6ac598)
@tstellar tstellar merged commit bba3944 into llvm:release/18.x Feb 21, 2024
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants