conda-forge / conda-forge-ci-setup-feedstock

A conda-smithy repository for conda-forge-ci-setup.
BSD 3-Clause "New" or "Revised" License
13 stars 52 forks source link

Create dir for unpacking of MacOS SDK #166

Closed matthiasdiener closed 2 years ago

matthiasdiener commented 2 years ago

Checklist

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

beckermr commented 2 years ago

This PR looks fine. What is the motivation? Did you find an error somewhere in our CI pipelines?

matthiasdiener commented 2 years ago

This PR looks fine. What is the motivation? Did you find an error somewhere in our CI pipelines?

I'm not sure about CI, but an error happens locally when using ./build-locally.py with an $OSX_SDK_DIR that does not exist:

+++ echo 'Downloading 11.0 sdk'
Downloading 11.0 sdk
+++ curl -L -O https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.0.sdk.tar.xz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   627  100   627    0     0   4627      0 --:--:-- --:--:-- --:--:--  4644
100 51.2M  100 51.2M    0     0  57.8M      0 --:--:-- --:--:-- --:--:-- 91.2M
++++ dirname macos/MacOSX11.0.sdk
+++ tar -xf MacOSX11.0.sdk.tar.xz -C macos
tar: could not chdir to 'macos'
github-actions[bot] commented 2 years ago

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was passing and merged! Have a great day!