Skip to content

Commit d2c0b72

Browse files
committed
WIP: remove conda_build_config.yaml changes to fix builds.
1 parent 0473120 commit d2c0b72

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

conda_build_config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ c_stdlib_version:
2424
- ${{ "10.14" if osx and x86_64 }}
2525
- ${{ "11.0" if osx and arm64 }}
2626

27-
# Project overrides
28-
macos_min_version: # [osx and x86_64]
29-
- 10.15 # [osx and x86_64]
30-
macos_machine: # [osx]
31-
- x86_64-apple-darwin13.4.0 # [osx and x86_64]
32-
- arm64-apple-darwin20.0.0 # [osx and arm64]
33-
MACOSX_DEPLOYMENT_TARGET: # [osx]
34-
- 11.0 # [osx and arm64]
35-
- 10.15 # [osx and x86_64]
36-
CONDA_BUILD_SYSROOT:
37-
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk # [osx and arm64]
27+
# # Project overrides
28+
# macos_min_version: # [osx and x86_64]
29+
# - 10.15 # [osx and x86_64]
30+
# macos_machine: # [osx]
31+
# - x86_64-apple-darwin13.4.0 # [osx and x86_64]
32+
# - arm64-apple-darwin20.0.0 # [osx and arm64]
33+
# MACOSX_DEPLOYMENT_TARGET: # [osx]
34+
# - 11.0 # [osx and arm64]
35+
# - 10.15 # [osx and x86_64]
36+
# CONDA_BUILD_SYSROOT:
37+
# - /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk # [osx and arm64]

0 commit comments

Comments
 (0)