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

guix: only check for the macOS SDK once #24520

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

fanquake
Copy link
Member

If we are building for both macOS HOSTS, there's no need to check and
print that the SDK exists two times.

Currently a Guix build for both HOSTS will print:

./contrib/guix/guix-build
Found macOS SDK at '/SDKs/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers', using...
Found macOS SDK at '/SDKs/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers', using...
Checking that we can connect to the guix-daemon...

If we are building for both macOS HOSTS, there's no need to check and
print that the SDK exists two times.
@laanwj
Copy link
Member

laanwj commented Mar 10, 2022

Thanks!

Code review ACK e802310

@achow101
Copy link
Member

ACK e802310

@achow101 achow101 merged commit d1a940f into bitcoin:master Mar 10, 2022
@fanquake fanquake deleted the check_macOS_SDK_one_time branch March 10, 2022 11:32
sidhujag pushed a commit to syscoin/syscoin that referenced this pull request Mar 11, 2022
e802310 guix: only check for the macOS SDK once (fanquake)

Pull request description:

  If we are building for both macOS HOSTS, there's no need to check and
  print that the SDK exists two times.

  Currently a Guix build for both HOSTS will print:
  ```bash
  ./contrib/guix/guix-build
  Found macOS SDK at '/SDKs/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers', using...
  Found macOS SDK at '/SDKs/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers', using...
  Checking that we can connect to the guix-daemon...
  ```

ACKs for top commit:
  laanwj:
    Code review ACK e802310
  achow101:
    ACK e802310

Tree-SHA512: 7e9ee7793c5dc1eb485806ca3d613742397d2cc62525203a168cad1ec96aabfd4e63dc3f2e8d205bdb2f3c2079f731d75c5d162d55ff0d42a7e6f3d01d3a7db1
@bitcoin bitcoin locked and limited conversation to collaborators Mar 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants