You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add hermiticity CI check and finalize hermetic builds
Add CI workflow to verify hermiticity on every PR and complete
hermetic build configuration for all Go tools.
- ci: add hermiticity-check job with execution log analysis
- build: enable pure Go builds (CGO disabled) for all tools
- build: update MODULE.bazel.lock for rules_cc fork
- docs: remove draft status and update RFC with implementation details
All Go binaries now use pure="on" for hermetic builds without
CGO dependencies, preventing system linker detection.
0 commit comments