Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixes #311 - disable cgo in release builds
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.
- Loading branch information