GO_LDFLAGS and git metadata - Fedora specific questions #8989
-
The legacy rpm spec file used to build cri-o includes the following export which sets the value of certain fields at build-time.
As far as I can tell from current CRI-O code, only The build-time LDFLAGS is stored and available via thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @buckaroogeek, yes, that's correct 👍 cri-o/internal/version/version.go Lines 29 to 32 in 6601c98 The dynamic stuff happens there: cri-o/internal/version/version.go Lines 151 to 155 in 6601c98 |
Beta Was this translation helpful? Give feedback.
Hey @buckaroogeek, yes, that's correct 👍
cri-o/internal/version/version.go
Lines 29 to 32 in 6601c98
The dynamic stuff happens there:
cri-o/internal/version/version.go
Lines 151 to 155 in 6601c98