mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
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:
parent
11fa6b211d
commit
686915fefa
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user