mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
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.
This commit is contained in:
parent
f9ff6599a9
commit
3fb5511b30
@ -6,6 +6,7 @@ CROS_WORKON_PROJECT="flatcar-linux/updateservicectl"
|
|||||||
CROS_WORKON_LOCALNAME="updateservicectl"
|
CROS_WORKON_LOCALNAME="updateservicectl"
|
||||||
CROS_WORKON_REPO="git://github.com"
|
CROS_WORKON_REPO="git://github.com"
|
||||||
COREOS_GO_PACKAGE="github.com/coreos/updateservicectl"
|
COREOS_GO_PACKAGE="github.com/coreos/updateservicectl"
|
||||||
|
COREOS_GO_GO111MODULE="off"
|
||||||
inherit cros-workon coreos-go
|
inherit cros-workon coreos-go
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user