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

feat/support-multi-arch-releases #18

Merged
merged 4 commits into from
May 23, 2024
Merged

feat/support-multi-arch-releases #18

merged 4 commits into from
May 23, 2024

Conversation

twitb1t
Copy link
Contributor

@twitb1t twitb1t commented May 23, 2024

No description provided.

- name: Set up environment variables
run: |
if [ "${{ matrix.arch }}" == "aarch64" ]; then
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS=-Clink-self-contained=yes -Clinker=rust-lld" >> $GITHUB_ENV
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is required due to ring dependency

briansmith/ring#1414

I'm not using clang as suggested by someone in the mr. Reused what exists in the ring build scripts to get musl to work on aarch64

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Screenshot 2024-05-23 at 18 50 10

@twitb1t
Copy link
Contributor Author

twitb1t commented May 23, 2024

@Isawan Isawan merged commit edbe9c4 into Isawan:main May 23, 2024
6 checks passed
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