Skip to content

Disable CGO for builds#104

Merged
cezmunsta merged 1 commit into
masterfrom
disable-cgo
Mar 31, 2023
Merged

Disable CGO for builds#104
cezmunsta merged 1 commit into
masterfrom
disable-cgo

Conversation

@cezmunsta
Copy link
Copy Markdown
Owner

Avoid issues relating to GLIBC versions.

  • Updated Makefile to set CGO_ENABLED=0 when building binaries
  • Updated sync to ensure that builds are world-readable to avoid issues where the remote system that serves them uses different users

Avoid issues relating to GLIBC versions on older platforms.

* Updated Makefile to set `CGO_ENABLED=0` when building binaries
* Updated sync to ensure that builds are world-readable to avoid issues
  where the remote system that serves them uses different users
@cezmunsta cezmunsta added the bug Something isn't working label Mar 13, 2023
@cezmunsta cezmunsta requested a review from gavrias March 13, 2023 10:35
@cezmunsta cezmunsta self-assigned this Mar 13, 2023
Copy link
Copy Markdown
Collaborator

@gavrias gavrias left a comment

Choose a reason for hiding this comment

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

lgtm

@cezmunsta cezmunsta merged commit 3e0d0b3 into master Mar 31, 2023
@cezmunsta cezmunsta deleted the disable-cgo branch March 31, 2023 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants