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: fixes #311 - disable cgo in release builds #321

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

benmcclelland
Copy link
Member

We were getting the following error on el7:
$ ./versitygw -h
./versitygw: /lib64/libc.so.6: version GLIBC_2.32' not found (required by ./versitygw) ./versitygw: /lib64/libc.so.6: version GLIBC_2.34' not found (required by ./versitygw)

The temporary fix is to disable cgo in the builds per this issue: golang/go#58550

We will need to visit per distro builds once we need to re-enable cgo.

We were getting the following error on el7:
$ ./versitygw -h
./versitygw: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by ./versitygw)
./versitygw: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./versitygw)

The temporary fix is to disable cgo in the builds per this issue:
golang/go#58550

We will need to visit per distro builds once we need to re-enable
cgo.
@benmcclelland benmcclelland merged commit 4a81f7a into main Dec 1, 2023
5 checks passed
@benmcclelland benmcclelland deleted the ben/release_builds branch December 1, 2023 01:28
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.

1 participant