Support cargo-apple-runner#1731
Merged
Merged
Conversation
64568f0 to
b0411bf
Compare
Contributor
Author
|
Hmm, while I could publish precompiled GH releases for Linux too, this tool currently only really makes sense on macOS. Your CI seems to have trouble with that though, do you have a suggestion for how to fix that? |
Owner
|
Thanks for the PR! The CI issue is caused by our test script assuming that everything is available on x86_64_linux, so I think it should be fixed by removing install-action/tools/ci/tool-list.sh Line 151 in 6c30010 |
scutuatua-crypto
approved these changes
Apr 20, 2026
scutuatua-crypto
approved these changes
Apr 20, 2026
d72f01a to
601713b
Compare
Contributor
Author
|
Hmm, that seems to error with: I added an explicit check for |
601713b to
31340e2
Compare
Owner
|
Published in v2.76.0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/madsmtm/cargo-apple-runner, it's a Cargo runner I'm developing for making it easy to run
cargo test --target aarch64-apple-ios-sim, which is especially useful in CI.