Skip to content
Snippets Groups Projects
Unverified Commit 0c7a319c authored by boklm's avatar boklm
Browse files

Merge remote-tracking branch 'JeremyRand/reproducible-go'

parents 7e179ed0 0ab49005
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,10 @@ cd /var/tmp/dist/go/src
CGO_ENABLED=1 CC_FOR_TARGET=[% c("var/CC") %] CGO_CFLAGS='-D__ANDROID_API__=[% c("var/android_min_api") %]' CC= CFLAGS= LDFLAGS= ./make.bash
[% END -%]
# This directory is non-reproducible and doesn't exist in official Go releases,
# so remove it to preserve reproducibility of the output.
rm -rf /var/tmp/dist/go/pkg/obj/go-build/
cd /var/tmp/dist
[% c('tar', {
tar_src => [ project ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment