Skip to content

Commit

Permalink
Merge pull request #312 from jaimergp/osx-sdk-sha-2
Browse files Browse the repository at this point in the history
add hashes for 10.10 - 10.15
  • Loading branch information
beckermr authored Apr 3, 2024
2 parents 91df71c + b320365 commit fd84451
Show file tree
Hide file tree
Showing 49 changed files with 207 additions and 201 deletions.
220 changes: 110 additions & 110 deletions .azure-pipelines/azure-pipelines-linux.yml

Large diffs are not rendered by default.

180 changes: 90 additions & 90 deletions README.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions recipe/download_osx_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ if [[ ! -d ${CONDA_BUILD_SYSROOT} ]]; then
("11.3") echo "cd4f08a75577145b8f05245a2975f7c81401d75e9535dcffbb879ee1deefcbf4" ;;
("11.1") echo "68797baaacb52f56f713400de306a58a7ca00b05c3dc6d58f0a8283bcac721f8" ;;
("11.0") echo "d3feee3ef9c6016b526e1901013f264467bb927865a03422a9cb925991cc9783" ;;
("10.15") echo "ac75d9e0eb619881f5aa6240689fce862dcb8e123f710032b7409ff5f4c3d18b" ;;
("10.14") echo "123dcd2e02051bed8e189581f6eea1b04eddd55a80f98960214421404aa64b72" ;;
("10.13") echo "1d2984acab2900c73d076fbd40750035359ee1abe1a6c61eafcd218f68923a5a" ;;
("10.12") echo "b314704d85934481c9927a0450db1768baf9af9efe649562fcb1a503bb44512f" ;;
("10.11") echo "d080fc672d94f95eb54651c37ede80f61761ce4c91f87061e11a20222c8d00c8" ;;
("10.10") echo "3839b875df1f2bc98893b8502da456cc0b022c4666bc6b7eb5764a5f915a9b00" ;;
("10.9") echo "fcf88ce8ff0dd3248b97f4eb81c7909f2cc786725de277f4d05a2b935cc49de0" ;;
(*) echo "Unknown version & hash, please update conda-forge-ci-setup's download_osx_sdk.sh" ;;
esac)
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "conda-forge-ci-setup" %}
{% set version = "4.3.4" %}
{% set version = "4.3.5" %}
{% set build = 0 %}
{% set cuda_compiler_version = cuda_compiler_version or "None" %}
{% if cuda_compiler_version == "None" %}
Expand Down

0 comments on commit fd84451

Please sign in to comment.