Skip to content

Commit

Permalink
sys-kernel/bootengine: Make use of ue-rs download_sysext binary
Browse files Browse the repository at this point in the history
This pulls in
flatcar/bootengine#82 to switch from curl and
decode_payload to the ue-rs download_sysext binary.
  • Loading branch information
pothos committed Jan 4, 2024
1 parent 612de08 commit 5bbe5a3
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 @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="5295e877b6ebd2fb343e464ffda896534c22d4c3" # flatcar-master
CROS_WORKON_COMMIT="7d72eb9a2539c1de6cb34ff3481323895973698e" # TODO: flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 5bbe5a3

Please sign in to comment.