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

llvm 19.1.0 #181351

Merged
merged 63 commits into from
Sep 23, 2024
Merged

llvm 19.1.0 #181351

merged 63 commits into from
Sep 23, 2024

Conversation

lukeshingles
Copy link
Contributor

@lukeshingles lukeshingles commented Aug 16, 2024

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew 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).

@github-actions github-actions bot added automerge-skip `brew pr-automerge` will skip this pull request new formula PR adds a new formula to Homebrew/homebrew-core CI-linux-self-hosted-deps Test dependents on Linux self-hosted runner labels Aug 16, 2024
@lukeshingles lukeshingles force-pushed the llvm-19.1 branch 3 times, most recently from 0695a31 to 994558d Compare August 16, 2024 07:23
@lukeshingles
Copy link
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?

@SMillerDev
Copy link
Member

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?

https://github.com/Homebrew/homebrew-core/blob/master/audit_exceptions/unstable_allowlist.json governs that check, you can temporarily add this version

@lukeshingles lukeshingles force-pushed the llvm-19.1 branch 8 times, most recently from 5c0a859 to 0335412 Compare August 21, 2024 11:46
@carlocab carlocab added the long build Set a long timeout for formula testing label Aug 21, 2024
@lukeshingles lukeshingles force-pushed the llvm-19.1 branch 4 times, most recently from 1d8bf06 to a27e367 Compare August 21, 2024 23:36
@github-actions github-actions bot added autosquash Automatically squash pull request commits according to Homebrew style. and removed new formula PR adds a new formula to Homebrew/homebrew-core labels Aug 21, 2024
@github-actions github-actions bot removed the autosquash Automatically squash pull request commits according to Homebrew style. label Aug 22, 2024
@lukeshingles lukeshingles force-pushed the llvm-19.1 branch 2 times, most recently from 9c8530b to 4d35c0b Compare August 22, 2024 12:31
@cho-m cho-m added pre-release Artifact is pre-release prerelease-testing Pull request from upstream, testing a pre-release with homebrew dependencies labels Aug 23, 2024
@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 23, 2024
@github-actions github-actions bot added the long dependent tests Set a long timeout for dependent testing label Sep 23, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 23, 2024
carlocab added a commit that referenced this pull request Sep 23, 2024
Needed after #181351, which merges `rustfmt` into `rust`.
Merged via the queue into Homebrew:master with commit a3b0e17 Sep 23, 2024
15 checks passed
@carlocab
Copy link
Member

I've opened a PR for mesa at #191606.

@lukeshingles, can you open one for vineyard?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autobump CI-linux-self-hosted Build on Linux self-hosted runner CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-no-fail-fast-deps Continue dependent tests despite failing GitHub Actions matrix tests. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. long build Set a long timeout for formula testing long dependent tests Set a long timeout for dependent testing new formula PR adds a new formula to Homebrew/homebrew-core no long build conflict Do not allow merging other pull requests when files conflict with this one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants