Skip to content

Commit ad3b2e8

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 ad3b2e8

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="627a220330cb2605d8d438c154f772a2dba1ec54" # TODO: flatcar-master
1212
KEYWORDS="amd64 arm64"
1313
fi
1414

0 commit comments

Comments
 (0)