Skip to content

Commit 784db7e

Browse files
committed
coreos-base/update_engine: Make use of ue-rs download_sysext binary
This pulls in flatcar/update_engine#34 to switch from bash with curl and decode_payload to the ue-rs download_sysext binary.
1 parent 6fba6ae commit 784db7e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
88
if [[ "${PV}" == 9999 ]]; then
99
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
1010
else
11-
CROS_WORKON_COMMIT="8fb11a4abfbf42941efdd73d06ee180bb26557f6" # flatcar-master
11+
CROS_WORKON_COMMIT="110c2b9267089b40b9cf79663a37615553e26760" # TODO: flatcar-master
1212
KEYWORDS="amd64 arm64"
1313
fi
1414

0 commit comments

Comments
 (0)