Skip to content

Commit d4f80bf

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 12e7ba3 commit d4f80bf

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

Lines changed: 1 addition & 1 deletion
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="c4a4c8ba04d70c04e7efe8cb0414627f9c6e8172" # TODO: flatcar-master
1212
KEYWORDS="amd64 arm64"
1313
fi
1414

0 commit comments

Comments
 (0)