Skip to content
Snippets Groups Projects
Commit 1223698e authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Put CONDA_BUILD_SYSROOT back for mac

parent 60ec1a85
No related branches found
No related tags found
1 merge request!245Use conda-forge channel as the base for our builds
Pipeline #54458 failed
...@@ -87,6 +87,12 @@ rust_compiler: ...@@ -87,6 +87,12 @@ rust_compiler:
rust_compiler_version: rust_compiler_version:
- 1.40.0 - 1.40.0
CONDA_BUILD_SYSROOT: # [osx]
- /opt/MacOSX10.10.sdk # [osx]
# This helps CMAKE find the sysroot. See
# https://cmake.org/cmake/help/v3.11/variable/CMAKE_OSX_SYSROOT.html
SDKROOT: # [osx]
- /opt/MacOSX10.10.sdk # [osx]
macos_machine: # [osx] macos_machine: # [osx]
- x86_64-apple-darwin13.4.0 # [osx and x86_64] - x86_64-apple-darwin13.4.0 # [osx and x86_64]
- arm64-apple-darwin20.0.0 # [osx and arm64] - arm64-apple-darwin20.0.0 # [osx and arm64]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment