mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-16 14:52:24 +01:00
app-admin/mayday: Point to flatcar-master and use Go Modules
Pulls in https://github.com/flatcar-linux/mayday/pull/7 https://github.com/flatcar-linux/mayday/pull/6 https://github.com/flatcar-linux/mayday/pull/4 to include pstore files and the journalctl output in the tar ball by default, and also use Go Modules to build.
This commit is contained in:
parent
b0e3361da7
commit
6537cdf2e9
@ -11,7 +11,7 @@ inherit coreos-go cros-workon
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="a1fafd6bcaab8fd035a081afb4a47ba21c6864ee" # flatcar-master
|
||||
CROS_WORKON_COMMIT="b2b1b3cb6beed130454b3fb04b45a020997a9edd" # flatcar-master
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
@ -24,7 +24,7 @@ SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
src_compile() {
|
||||
go_build "${COREOS_GO_PACKAGE}"
|
||||
COREOS_GO_MOD=vendor go_build "${COREOS_GO_PACKAGE}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user