mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-06 09:50:07 +00:00
Update Go to 1.7.5 and remove unnecessary linker flag
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -56,6 +56,6 @@ test -z $(find . -type f -name "*.go" -not -path "*/vendor/*" -not -name "*.pb.*
|
||||
|
||||
>&2 echo "go build..."
|
||||
|
||||
go build -o $out -buildmode pie --ldflags '-extldflags "-fno-PIC -static"' "$package"
|
||||
go build -o $out -buildmode pie --ldflags '-extldflags "-static"' "$package"
|
||||
|
||||
tar cf - $out
|
||||
|
||||
Reference in New Issue
Block a user