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

Fix macOS build by updating cc #5393

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

michaelsproul
Copy link
Member

Issue Addressed

Fix compilation on newer versions of macOS (14.3-14.4 tested) by bumping the cc version.

Without this change leveldb fails to compile with an error like:


  make[3]: *** read jobs pipe: Resource temporarily unavailable.  Stop.
  make[3]: *** Waiting for unfinished jobs....
  make[2]: *** [CMakeFiles/snappy.dir/all] Error 2
  make[1]: *** [all] Error 2
  thread 'main' panicked at /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.50/src/lib.rs:1098:5:

  command did not execute successfully, got: exit status: 2

  build script failed, must exit now
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

@michaelsproul michaelsproul added ready-for-review The code is ready for review low-hanging-fruit Easy to resolve, get it before someone else does! infra-ci v5.2.0 Q2 2024 labels Mar 12, 2024
@jimmygchen jimmygchen added ready-for-merge This PR is ready to merge. and removed ready-for-review The code is ready for review labels Mar 12, 2024
@jimmygchen
Copy link
Member

@mergify queue

Copy link

mergify bot commented Mar 12, 2024

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at 1d7223f

mergify bot added a commit that referenced this pull request Mar 12, 2024
@mergify mergify bot merged commit 1d7223f into sigp:unstable Mar 12, 2024
29 checks passed
@michaelsproul michaelsproul deleted the update-cc branch March 12, 2024 02:59
danielramirezch pushed a commit to danielramirezch/lighthouse that referenced this pull request Mar 12, 2024
* Fix macOS build by bumping `cc`
dapplion pushed a commit to dapplion/lighthouse that referenced this pull request Mar 13, 2024
* Fix macOS build by bumping `cc`
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra-ci low-hanging-fruit Easy to resolve, get it before someone else does! ready-for-merge This PR is ready to merge. v5.2.0 Q2 2024
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants