Skip to content

feat: switch back default to static binding of binaries (#184)#184

Merged
tkrop merged 1 commit intomainfrom
binding
Mar 10, 2026
Merged

feat: switch back default to static binding of binaries (#184)#184
tkrop merged 1 commit intomainfrom
binding

Conversation

@tkrop
Copy link
Owner

@tkrop tkrop commented Mar 10, 2026

This pull request switches the default behavior to CGO_ENABLED=0 for static binding. This was used before in binary build for images, while binaries build for local execution usually have been build using CGO_ENABLED=1 for smaller size and to speed up building. After unifying the build process, this distinction is not any longer available and we need to decide for a default and static binding seems to be less error prone.

Signed-off-by: Tronje Krop <tronje.krop@jactors.de>
@tkrop tkrop self-assigned this Mar 10, 2026
@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) (target: 80.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (c689c0e) 416 416 100.00%
Head commit (c6093e2) 416 (+0) 416 (+0) 100.00% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#184) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@tkrop tkrop merged commit 468e912 into main Mar 10, 2026
14 checks passed
@tkrop tkrop deleted the binding branch March 10, 2026 07:07
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