mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
app-emulation/acbuild: set COREOS_GO111MODULE to off
app-emulation/acbuild also belongs to the cases where Go module is not supported due to its old source code.
This commit is contained in:
parent
9541ac9210
commit
f9ff6599a9
@ -6,6 +6,7 @@ CROS_WORKON_PROJECT="appc/acbuild"
|
||||
CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_LOCALNAME="appc-acbuild"
|
||||
COREOS_GO_PACKAGE="github.com/appc/acbuild"
|
||||
COREOS_GO_GO111MODULE="off"
|
||||
inherit coreos-go toolchain-funcs cros-workon
|
||||
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user