Skip to content
Snippets Groups Projects
Commit 7335c4c4 authored by Michał Polański's avatar Michał Polański
Browse files

testing/gosu: fix build

parent 338339eb
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,9 @@ prepare() {
}
build() {
CGO_ENABLED=0 GOPATH="$startdir:$srcdir/$_runc_repo/Godeps/_workspace" \
CGO_ENABLED=0 \
GOPATH="$startdir:$srcdir/$_runc_repo/Godeps/_workspace" \
GO111MODULE=off \
go build -v -ldflags '-s -w'
}
......
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