Merge pull request #1200 from flatcar/dongsu/update-engine-gcc-13

overlay coreos-base/update_engine: fix build issues with gcc 13
This commit is contained in:
Krzesimir Nowak 2023-09-29 20:43:51 +02:00 committed by GitHub
commit f6bb158a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="e3d47bfa4f57f12eae70c2d8811ab482ef25c3e6" # flatcar-master
CROS_WORKON_COMMIT="f9211bc0bd210499ee7e231c6515064cc29ded64" # flatcar-master
KEYWORDS="amd64 arm64"
fi