Conversation
0695a31 to
994558d
Compare
Contributor
Author
|
Ok, there's apparently a check on the presence of "rc" in the URL. Is there a label that can be applied to bypass that and run the tests, or should I just wait until llvm 19 is final? |
994558d to
7539fcc
Compare
Member
https://github.com/Homebrew/homebrew-core/blob/master/audit_exceptions/unstable_allowlist.json governs that check, you can temporarily add this version |
5c0a859 to
0335412
Compare
1d8bf06 to
a27e367
Compare
a27e367 to
ba75b0c
Compare
9c8530b to
4d35c0b
Compare
carlocab
added a commit
that referenced
this pull request
Sep 23, 2024
Needed after #181351, which merges `rustfmt` into `rust`.
6 tasks
Member
|
I've opened a PR for @lukeshingles, can you open one for |
This was referenced Sep 23, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?Final release of LLVM 19.1.0.
The LIBCXX_PSTL_CPU_BACKEND=libdispatch option in llvm 18 has been renamed to LIBCXX_PSTL_BACKEND in llvm 19. I have also enabled parallel STL (pstl) in libc++ (which shouldn't break anything since it's still hidden behind -fexperimental-library).