hack: remove ORIG_BUILDFLAGS var
This var was used for the cross target but it has been removed in8086f40123
so not necessary anymore Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commitb80f16157e
) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
df2fe70049
commit
96746238b2
1 changed files with 1 additions and 5 deletions
|
@ -112,11 +112,7 @@ fi
|
|||
|
||||
LDFLAGS_STATIC=''
|
||||
EXTLDFLAGS_STATIC='-static'
|
||||
# ORIG_BUILDFLAGS is necessary for the cross target which cannot always build
|
||||
# with options like -race.
|
||||
ORIG_BUILDFLAGS=(-tags "netgo osusergo static_build $DOCKER_BUILDTAGS")
|
||||
|
||||
BUILDFLAGS=(${BUILDFLAGS} "${ORIG_BUILDFLAGS[@]}")
|
||||
BUILDFLAGS=(${BUILDFLAGS} -tags "netgo osusergo static_build $DOCKER_BUILDTAGS")
|
||||
|
||||
LDFLAGS_STATIC_DOCKER="
|
||||
$LDFLAGS_STATIC
|
||||
|
|
Loading…
Add table
Reference in a new issue