-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
bazel 0.24.1 #38651
bazel 0.24.1 #38651
Conversation
It's failing on macOS Sierra. |
|
Homebrew's CI is breaking on 10.12 (Sierra), for Bazel 0.24+ due to the signature used for NSDictionary:initWithContentsOfURL introduced in the fix for #7371. This signature with an error parameter is only available on 10.13+ (High Sierra). Here's Apple's documentation: https://developer.apple.com/documentation/foundation/nsdictionary/1416069-initwithcontentsofurl?language=objc The Homebrew issue: Homebrew/homebrew-core#38651 Closes #8068. PiperOrigin-RevId: 244357959
Homebrew's CI is breaking on 10.12 (Sierra), for Bazel 0.24+ due to the signature used for NSDictionary:initWithContentsOfURL introduced in the fix for #7371. This signature with an error parameter is only available on 10.13+ (High Sierra). Here's Apple's documentation: https://developer.apple.com/documentation/foundation/nsdictionary/1416069-initwithcontentsofurl?language=objc The Homebrew issue: Homebrew/homebrew-core#38651 Closes #8068. PiperOrigin-RevId: 244357959
Homebrew's CI is breaking on 10.12 (Sierra), for Bazel 0.24+ due to the signature used for NSDictionary:initWithContentsOfURL introduced in the fix for #7371. This signature with an error parameter is only available on 10.13+ (High Sierra). Here's Apple's documentation: https://developer.apple.com/documentation/foundation/nsdictionary/1416069-initwithcontentsofurl?language=objc The Homebrew issue: Homebrew/homebrew-core#38651 Closes #8068. PiperOrigin-RevId: 244357959
Homebrew's CI is breaking on 10.12 (Sierra), for Bazel 0.24+ due to the signature used for NSDictionary:initWithContentsOfURL introduced in the fix for #7371. This signature with an error parameter is only available on 10.13+ (High Sierra). Here's Apple's documentation: https://developer.apple.com/documentation/foundation/nsdictionary/1416069-initwithcontentsofurl?language=objc The Homebrew issue: Homebrew/homebrew-core#38651 Closes #8068. PiperOrigin-RevId: 244357959
Homebrew's CI is breaking on 10.12 (Sierra), for Bazel 0.24+ due to the signature used for NSDictionary:initWithContentsOfURL introduced in the fix for #7371. This signature with an error parameter is only available on 10.13+ (High Sierra). Here's Apple's documentation: https://developer.apple.com/documentation/foundation/nsdictionary/1416069-initwithcontentsofurl?language=objc The Homebrew issue: Homebrew/homebrew-core#38651 Closes #8068. PiperOrigin-RevId: 244357959
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@BrewTestBot test this please |
This was fixed in bazel 0.25, so we could use that to upgrade https://github.com/bazelbuild/bazel/releases/tag/0.25.0 (see bazelbuild/bazel@231270c ) |
Trying do this myself but I keep getting errors when running bump-formula-pr
The first command didn't fix the problem and I keep my bash_profile in the open so I can't put secrets in it. Would be cool to see 0.25.0 go in! |
@hawkingrei Thanks for opening this PR. Since bazel was broken, and they've released a new version with a fix I've created a new PR to replace this one. Thanks for your contributions to Homebrew! |
(New PR is #39571) |
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 doingbrew install <formula>
)?