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

Fix linux arm64 release build #512

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Fix linux arm64 release build #512

merged 1 commit into from
Oct 2, 2023

Conversation

mmizutani
Copy link
Contributor

@mmizutani mmizutani commented Oct 2, 2023

The Linux arm64 arch build requires installing an additional OS package gcc-aarch64-linux-gnu. I have altered the CI test (dry-run) config file to install this package in the PR #510, but I forgot to also update the CI config file for real (non-dry-run) releases.

This PR resolves the error during the last release build for Linux caused by this omission.

cgo: C compiler "aarch64-linux-gnu-gcc" not found: exec: "aarch64-linux-gnu-gcc": executable file not found in $PATH

@mmizutani mmizutani marked this pull request as ready for review October 2, 2023 23:24
@k1LoW
Copy link
Owner

k1LoW commented Oct 2, 2023

oh...Thank you!

@k1LoW k1LoW merged commit cdc8ac4 into k1LoW:main Oct 2, 2023
2 checks passed
@github-actions github-actions bot mentioned this pull request Oct 2, 2023
@mmizutani mmizutani deleted the fix-linux-arm64-arch-release-build branch October 2, 2023 23:34
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.

None yet

2 participants