coreos-base/update-ssh-keys: set LTO to false to fix build failures

Build fails with Rust 1.70+ as Gentoo ebuild of Rust 1.70 started
showing different behavior w.r.t. LTO.
Set LTO to false (a.k.a. "thin-local") to fix that.

Pulls in https://github.com/flatcar/update-ssh-keys/pull/8
This commit is contained in:
Dongsu Park 2023-06-15 12:41:46 +02:00
parent 11fa6b211d
commit 686915fefa
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ ${PV} == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="fd2490edf05579f81bc587bcce2279e596bd6ddd" # flatcar-master
CROS_WORKON_COMMIT="5be7dcf3415f59afb8e78d7061a854f7b0efffc9" # flatcar-master
KEYWORDS="amd64 arm64"
fi