mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
golang: Rename GoPackage/Environment to GO_PKG_VARS
The variable is a list of shell variables; the new name is more in-line with other parts the build system (CONFIGURE_VARS, MAKE_VARS, etc.). GoPackage/Environment is kept (for now) in case other feeds are using it. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -78,7 +78,7 @@ endif
|
||||
|
||||
define Build/Compile
|
||||
( \
|
||||
export $(call GoPackage/Environment) \
|
||||
export $(GO_PKG_VARS) \
|
||||
GITCOMMIT=$(PKG_SOURCE_VERSION) \
|
||||
DOCKER_GITCOMMIT=$(PKG_SOURCE_VERSION) \
|
||||
DOCKER_BUILDTAGS='$(BUILDTAGS)' \
|
||||
|
||||
Reference in New Issue
Block a user