mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
testing/gosu: fix build
This commit is contained in:
parent
338339eb1c
commit
7335c4c4e3
@ -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'
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user