Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Universal macos binary in CI #209

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Conversation

simlay
Copy link
Contributor

@simlay simlay commented Feb 21, 2024

Closes #200.

Similar work to cargo-binstall.

@@ -32,11 +32,14 @@ jobs:
mkdir $ZIPDIR
if [ ${{matrix.name}} == "macos" ]
then
# Let's ensure that both aarch64 and x86_64 targets are installed
rustup target add aarch64-apple-darwin x86_64-apple-darwin
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't love that only one of these two targets is definitely already installed but in the future this will be on an m1 so the x86_64 target will need to be installed.

@kali kali merged commit 1cd70c0 into sonos:main Feb 21, 2024
5 checks passed
@simlay simlay mentioned this pull request Apr 10, 2024
briansmith added a commit to briansmith/getrandom that referenced this pull request Jun 20, 2024
There is now a universal binary after
sonos/dinghy#209.
briansmith added a commit to briansmith/getrandom that referenced this pull request Jun 20, 2024
There is now a universal binary after
sonos/dinghy#209.
newpavlov pushed a commit to rust-random/getrandom that referenced this pull request Jun 21, 2024
There is now a universal binary after
sonos/dinghy#209.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add macOS M1 binary to release CI
2 participants