coreos-base/update_engine: Make use of ue-rs download_sysext binary

This pulls in
https://github.com/flatcar/update_engine/pull/34 to switch from bash
with curl and decode_payload to the ue-rs download_sysext binary.
This commit is contained in:
Kai Lueke 2024-01-03 18:19:00 +01:00
parent 6fba6ae56e
commit 9df6652509
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="8fb11a4abfbf42941efdd73d06ee180bb26557f6" # flatcar-master
CROS_WORKON_COMMIT="43bb354c67c513ace66d414d9d4aec761eb24680" # flatcar-master
KEYWORDS="amd64 arm64"
fi