Skip to content
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

Extend Rust CI setup #79

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Extend Rust CI setup #79

merged 1 commit into from
Nov 15, 2023

Conversation

flxo
Copy link
Contributor

@flxo flxo commented Nov 14, 2023

Revise the CI matrix to adopt a target-centric approach. Clearly define
the operating system for each target, outlining the specific OS on which
the build steps are intended to execute.

Ensure the installation of cross where necessary for individual targets.
Note that for the aarch64-linux-android target, a custom revision is
currently required instead of relying on the latest release for proper
linking. It is anticipated that this requirement will be addressed in
the upcoming release of cross (refer to: cross-rs/cross#135).

Add targets aarch64-linux-android, aarch64-unknown-linux-gnu and
x86_64-unknown-linux-musl.

Revise the CI matrix to adopt a target-centric approach. Clearly define
the operating system for each target, outlining the specific OS on which
the build steps are intended to execute.

Ensure the installation of cross where necessary for individual targets.
Note that for the aarch64-linux-android target, a custom revision is
currently required instead of relying on the latest release for proper
linking. It is anticipated that this requirement will be addressed in
the upcoming release of cross (refer to:
cross-rs/cross#135).

Add targets `aarch64-linux-android`, `aarch64-unknown-linux-gnu` and
`x86_64-unknown-linux-musl`,
@flxo flxo marked this pull request as ready for review November 14, 2023 08:39
@mstange mstange merged commit 94cc70e into mstange:main Nov 15, 2023
7 checks passed
@mstange
Copy link
Owner

mstange commented Nov 15, 2023

Excellent, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants