From d59d626d3bd530dc20f21d9202c0e1b5d99fd8e0 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Fri, 18 Mar 2022 18:08:47 +0100 Subject: [PATCH] coreos-devel/mantle: bump to latest commit We have to update the commit ID now when a mantle PR gets merged because the new pipeline uses it. --- .../coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild index 55d2e1341b..c2ab413849 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/mantle/mantle-9999.ebuild @@ -11,7 +11,7 @@ COREOS_GO_MOD="vendor" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="9018e676ff0ecf55a5600148b06d52847cbd82b0" # flatcar-master + CROS_WORKON_COMMIT="793efe063e553edd25eb3046f7904a32617b21ea" # flatcar-master KEYWORDS="amd64 arm64" fi