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

folly, fizz, wangle: build on Mojave #77819

Closed
wants to merge 3 commits into from

Conversation

carlocab
Copy link
Member

  • 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>)?

I haven't been able to test this since I don't have anything running Mojave, but this seems to have worked elsewhere.

This was previously blocked by `folly` not building on Mojave, but no
longer.
@carlocab carlocab changed the title folly: build on Mojave folly, fizz: build on Mojave May 22, 2021
depends_on "openssl@1.1"
depends_on "snappy"
depends_on "xz"
depends_on "zstd"

on_macos do
depends_on "llvm" if DevelopmentTools.clang_build_version <= 1100
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried to make this build-only, but that doesn't work.

nandahkrishna
nandahkrishna previously approved these changes May 22, 2021
@carlocab
Copy link
Member Author

Still want to check wangle too. But I was waiting to see if fizz would build first without any further changes.

This was previously blocked by `folly` not building on Mojave, but no
longer.
@carlocab carlocab changed the title folly, fizz: build on Mojave folly, fizz, wangle: build on Mojave May 22, 2021
def install
on_macos do
ENV.llvm_clang if DevelopmentTools.clang_build_version <= 1100
Copy link
Member Author

@carlocab carlocab May 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also tried building with gcc, since that's the fallback for fails_with :clang, but that doesn't work since boost is built using clang.

@BrewTestBot
Copy link
Member

🤖 A scheduled task has triggered a merge.

@carlocab carlocab deleted the ffw-mojave branch May 22, 2021 23:08
@github-actions github-actions bot added the outdated PR was locked due to age label Jun 22, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants