Skip to content

Enable CGO in build environment and update .gitignore for dist directory#22

Open
alexlovelltroy wants to merge 2 commits into
mainfrom
chore/build-automation
Open

Enable CGO in build environment and update .gitignore for dist directory#22
alexlovelltroy wants to merge 2 commits into
mainfrom
chore/build-automation

Conversation

@alexlovelltroy
Copy link
Copy Markdown
Member

Description

This pull request makes a small change to the release workflow configuration by enabling CGO during the build process.

  • Set CGO_ENABLED=1 instead of CGO_ENABLED=0 in the environment variables for the release workflow in .github/workflows/release.yaml

Checklist

  • My code follows the style guidelines of this project
  • I have added/updated comments where needed
  • I have added tests that prove my fix is effective or my feature works
  • I have run make test (or equivalent) locally and all tests pass
  • DCO Sign-off: All commits are signed off (git commit -s) with my real name and email
  • REUSE Compliance:
    • Each new/modified source file has SPDX copyright and license headers
    • Any non-commentable files include a <filename>.license sidecar
    • All referenced licenses are present in the LICENSES/ directory

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

For more info, see Contributing Guidelines.

Signed-off-by: Alex Lovell-Troy <alex@lovelltroy.org>
… builds

Signed-off-by: Alex Lovell-Troy <alex@lovelltroy.org>
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