Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

add -a flag when building release binaries #2412

Merged
merged 1 commit into from
Oct 9, 2017

Conversation

starius
Copy link
Contributor

@starius starius commented Oct 9, 2017

One more step towards byte-perfect reproducibility.

The option -a tells Go to rebuild everything. Libraries in $GOROOT/pkg/$GOOS_$GOARCH could be (and are likely to) build with other toolchain, leaking build directory of that other toolchain into resulting binaries.

See #2410

One more step towards byte-perfect reproducibility.
The option -a tells Go to rebuild everything. Libraries in
$GOROOT/pkg/$GOOS_GOARCH could be (and are likely to) build with
other toolchain, leaking build directory of that other toolchain
into resulting binaries.

See NebulousLabs#2410
@lukechampine lukechampine merged commit e6e7014 into NebulousLabs:master Oct 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants