From 3fb5511b306537167e9225e0aa3dd4451780cdf7 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Mon, 19 Apr 2021 14:41:13 +0200 Subject: [PATCH] app-admin/updateservicectl: set COREOS_GO111MODULE to off app-admin/updateservicectl also belongs to the cases where Go module is not supported due to its old source code. --- .../app-admin/updateservicectl/updateservicectl-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-9999.ebuild index b5dcba0e9e..865d398c18 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/updateservicectl/updateservicectl-9999.ebuild @@ -6,6 +6,7 @@ CROS_WORKON_PROJECT="flatcar-linux/updateservicectl" CROS_WORKON_LOCALNAME="updateservicectl" CROS_WORKON_REPO="git://github.com" COREOS_GO_PACKAGE="github.com/coreos/updateservicectl" +COREOS_GO_GO111MODULE="off" inherit cros-workon coreos-go if [[ "${PV}" == 9999 ]]; then