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

valgrind: patch for Xcode 8 #4879

Closed
wants to merge 2 commits into from

Conversation

zmwangx
Copy link
Contributor

@zmwangx zmwangx commented Sep 16, 2016

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same formula update/change?
  • Have you built your formula locally prior to submission with brew install <formula> (where <formula> is the name of the formula you're submitting)?
  • Does your submission pass brew audit --new-formula <formula> (after doing brew install <formula>)?

Note: This PR currently contains another commit which is already in #4878. I just want to throw it out here and get some sleep. When I wake up the CI should have tested this, and I'll rebase and hopefully merge.


What's in this PR:

  1. A patch to add Xcode 8 support (trivial), tested locally on 10.11.6 with Xcode 8.0 and CLT 7.3.1.0.1.1461711523 (note CI is still on Xcode 7.3).
  2. Set MaximumMacOSRequirement to El Cap. This is because Valgrind simply doesn't support Sierra at the moment, both seen from http://valgrind.org/info/platforms.html and a very recent dev comment (by the way, if my experience with Valgrind on OS X years ago still has any value, Valgrind is typically really slow at picking up new OS support, and even when the thing compiles, it's usually almost unusable until way later).

@BrewTestBot BrewTestBot added the in progress Stale bot should stay away label Sep 16, 2016
@zmwangx zmwangx added xcode8 Xcode 8 is specifically involved 10.12 Sierra is specifically affected labels Sep 16, 2016
@zmwangx zmwangx force-pushed the valgrind-fix-xcode-8 branch from 0ab9bcb to c9df134 Compare September 16, 2016 08:15
@zmwangx zmwangx closed this in 5c69a6d Sep 16, 2016
@BrewTestBot BrewTestBot removed the in progress Stale bot should stay away label Sep 16, 2016
@zmwangx zmwangx deleted the valgrind-fix-xcode-8 branch September 16, 2016 08:53
@Homebrew Homebrew locked and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
10.12 Sierra is specifically affected xcode8 Xcode 8 is specifically involved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants