Skip to content

Conversation

@dtscd
Copy link

@dtscd dtscd commented Dec 28, 2022

Go1.12 introduced BuildInfo which embeds build information. It does not embed build date to facilitate reproducable builds by default. If build information is embedded from build script, use the information provided by the Go build system.

Closes #687

… script

Go1.12 introduced BuildInfo which embeds build information. It does
not embed build date to facilitate reproducable builds by default.
If build information is embedded from build script, use the information
provided by the Go build system.
@rfjakob
Copy link
Owner

rfjakob commented Dec 29, 2022

Merged, thanks. I refactored it afterwards, and I had to cut some functionality because https://github.com/rfjakob/gocryptfs/actions/runs/3795050466/jobs/6464850039 .

@rfjakob rfjakob closed this Dec 29, 2022
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.

Consider using runtime/debug.BuildInfo if build info not build with make.sh

2 participants