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

bear: build on Mojave #77505

Closed
wants to merge 1 commit into from
Closed

bear: build on Mojave #77505

wants to merge 1 commit 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>)?

Same comment as in #77504.

@BrewTestBot BrewTestBot added the python Python use is a significant feature of the PR or issue label May 18, 2021
@carlocab carlocab force-pushed the bear-mojave branch 2 times, most recently from 027cafd to a280c0d Compare May 18, 2021 22:22
depends_on "nlohmann-json"
depends_on "[email protected]"
depends_on "spdlog"
depends_on "sqlite"

uses_from_macos "llvm" => :test

on_macos do
depends_on "llvm" if MacOS.version <= :mojave
Copy link
Member Author

Choose a reason for hiding this comment

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

Trying to make this a build-only dependency fails with

Undefined symbols for architecture x86_64:
  "std::__1::__fs::filesystem::__current_path(std::__1::error_code*)"

See https://github.com/Homebrew/homebrew-core/runs/2614926679#step:7:267 from 027cafd.

@BrewTestBot
Copy link
Member

:shipit: @carlocab has triggered a merge.

@carlocab carlocab deleted the bear-mojave branch May 19, 2021 20:18
@github-actions github-actions bot added the outdated PR was locked due to age label Jun 19, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 19, 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 python Python use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants