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

Add Workflow file for Github Actions #35

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Yamaguchi
Copy link
Contributor

Upload esplora-tapyrus binary

Copy link
Contributor

@azuchi azuchi left a comment

Choose a reason for hiding this comment

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

内容的に単体テストの実行のみのようなので、push.ymlというリネームはしないほうがいいかと思います。ci.ymlとか、test.ymlとかですかね。

@Yamaguchi
Copy link
Contributor Author

本PRでビルドしたバイナリがAmazon Linux 2で動作しない現象が発生。以下は実行時の出力

electrs: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by electrs)
electrs: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by electrs)
electrs: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by electrs)
electrs: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by electrs)
electrs: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by electrs)
electrs: /lib64/libc.so.6: version `GLIBC_2.30' not found (required by electrs)
electrs: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by electrs)
electrs: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by electrs)
electrs: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by electrs)

実行環境でのglibcのバージョンが古いのが原因

ec2-user@ip-10-0-1-149 bin]$ /lib64/libc.so.6
GNU C Library (GNU libc) stable release version 2.26, by Roland McGrath et al.

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