mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-07 07:02:43 +00:00
abuild.conf: disable Go's buildvcs
This was added in Go 1.18 and enabled by default, and causes builds to fail if $builddir is not a repo.
This commit is contained in:
parent
79624340a1
commit
f7f53bac28
@ -2,7 +2,7 @@ export CFLAGS="-Os -fomit-frame-pointer"
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
export CPPFLAGS="$CFLAGS"
|
||||
export LDFLAGS="-Wl,--as-needed,-O1,--sort-common"
|
||||
export GOFLAGS="-buildmode=pie -modcacherw -trimpath"
|
||||
export GOFLAGS="-buildmode=pie -modcacherw -trimpath -buildvcs=false"
|
||||
# Do note that these should work with at least GDC and LDC
|
||||
export DFLAGS="-Os"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user