Skip to content

feat/support-multi-arch-releases#18

Merged
Isawan merged 4 commits into
Isawan:mainfrom
ssun3:main
May 23, 2024
Merged

feat/support-multi-arch-releases#18
Isawan merged 4 commits into
Isawan:mainfrom
ssun3:main

Conversation

@ssun3
Copy link
Copy Markdown
Contributor

@ssun3 ssun3 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
Copy Markdown
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
Copy Markdown
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

@ssun3
Copy link
Copy Markdown
Contributor Author

ssun3 commented May 23, 2024

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