go-talimat
This commit is contained in:
parent
3bbe94b316
commit
de04b7e3d0
|
@ -18,6 +18,7 @@ build() {
|
||||||
# build
|
# build
|
||||||
export GOROOT_FINAL=/usr/lib/go
|
export GOROOT_FINAL=/usr/lib/go
|
||||||
export GOROOT=/tmp/go/
|
export GOROOT=/tmp/go/
|
||||||
|
export CGO_ENABLED="0"
|
||||||
|
|
||||||
# compile all
|
# compile all
|
||||||
unset CC # The build fails with a customer C compiler (e.g: ccache)
|
unset CC # The build fails with a customer C compiler (e.g: ccache)
|
||||||
|
|
Loading…
Reference in New Issue