-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
feat: support for osx-arm64 builds #46775
Conversation
bioconda/bioconda-utils#967 will avoid needing to set the SDK version in the workflow. |
Actually this did not fully work because |
@BiocondaBot please fetch artifacts |
Package(s) built are ready for inspection:
Docker image(s) built:
|
@BiocondaBot please fetch artifacts |
Package(s) built are ready for inspection:
Docker image(s) built:
|
@BiocondaBot please fetch artifacts |
Package(s) built are ready for inspection:
Docker image(s) built:
|
@BiocondaBot please fetch artifacts |
Package(s) built are ready for inspection:
Docker image(s) built:
|
@BiocondaBot please fetch artifacts |
Package(s) built are ready for inspection:
Docker image(s) built:
|
Co-authored-by: Martin Grigorov <[email protected]>
f54a430
to
ef3150d
Compare
`run_conda_forge_build_setup` from https://github.com/conda-forge/conda-forge-ci-setup-feedstock/blob/main/.scripts/run_osx_build.sh fails to download the SDK when set to `11` instead of `11.0`. Needed for bioconda/bioconda-recipes#46775
This does add a little clutter from conda activate, but it could be useful for debugging some of the osx-specific stuff. Co-authored-by: Martin Grigorov <[email protected]>
@BiocondaBot please fetch artifacts |
Package(s) built are ready for inspection:
Docker image(s) built:
|
To Do:
scripts
directory and updated to be generic for any CI platform.