From f9ff6599a9d0370d2a82fac8e06e2340a08493be Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Mon, 19 Apr 2021 14:17:29 +0200 Subject: [PATCH] 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. --- .../coreos-overlay/app-emulation/acbuild/acbuild-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/acbuild/acbuild-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/acbuild/acbuild-9999.ebuild index 0cfe7a2a2e..d6c0138561 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/acbuild/acbuild-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/acbuild/acbuild-9999.ebuild @@ -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