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

pcre: Made JIT require x86_64 for now. #57410

Merged
merged 1 commit into from
Jul 4, 2020

Conversation

DodgyTim
Copy link
Contributor

@DodgyTim DodgyTim commented Jul 3, 2020

  • Have you followed the guidelines for contributing?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with 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 brew install <formula>)?

This PR allow pcre to install on MacOS Big Sur running on ARM hardware by turning off JIT. A better fix for later would be to update PCRE itself to allow JIT on ARM. (This is a new PR to replace the one where I messed up the change doing a squash).

@claui claui added the 11 Big Sur is specifically affected label Jul 4, 2020
@claui
Copy link
Contributor

claui commented Jul 4, 2020

Summary of CI errors:

Good to go!

@claui claui merged commit 258ea2f into Homebrew:master Jul 4, 2020
@claui
Copy link
Contributor

claui commented Jul 4, 2020

Thanks so much @DodgyTim!

Your contributions are super helpful to keep the arm64 ball rolling, especially given that pcre is such a popular dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11 Big Sur is specifically affected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants