Skip to content

Commit

Permalink
coreos-base/update_engine: Make use of ue-rs download_sysext binary
Browse files Browse the repository at this point in the history
This pulls in
flatcar/update_engine#34 to switch from bash
with curl and decode_payload to the ue-rs download_sysext binary.
  • Loading branch information
pothos committed Jan 3, 2024
1 parent 9419549 commit 56c3e54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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="19712cb4da0efe905040d6565ef65451724cd91a" # TODO: flatcar-master
KEYWORDS="amd64 arm64"
fi

Expand Down

0 comments on commit 56c3e54

Please sign in to comment.