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: use ubuntu20 to build release image #444

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

1xstj
Copy link
Contributor

@1xstj 1xstj commented Jan 22, 2024

Summary of changes
Changes introduced in this pull request:

  • Use older ubuntu version (v20) to build the release image, this will avoid the following errors on older systems
./tangle-testnet-linux-amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./tangle-testnet-linux-amd64)
./tangle-testnet-linux-amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./tangle-testnet-linux-amd64)
./tangle-testnet-linux-amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./tangle-testnet-linux-amd64)

For systems with older than ubuntu20, will have to build from source since github runners does not support those.

@1xstj 1xstj marked this pull request as ready for review January 22, 2024 16:55
@1xstj 1xstj requested a review from shekohex January 22, 2024 16:55
@drewstone drewstone merged commit 7876032 into main Jan 22, 2024
6 checks passed
@drewstone drewstone deleted the fix-binary-issue branch January 22, 2024 16:59
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.

3 participants