Skip to content

Commit

Permalink
ci: run-build.sh: install xz-utils
Browse files Browse the repository at this point in the history
Make sure xz-utils are installed for the build jobs. This matters for
the rpi branch (linux 6.1).

Signed-off-by: Nuno Sa <[email protected]>
(cherry picked from commit 95c60fa)
  • Loading branch information
nunojsa authored and cseci committed Oct 2, 2023
1 parent 239bb22 commit e87af58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/run-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ adjust_kcflags_against_gcc() {
export KCFLAGS
}

APT_LIST="make bc u-boot-tools flex bison libssl-dev tar kmod"
APT_LIST="make bc u-boot-tools flex bison libssl-dev tar kmod xz-utils"

if [ "$ARCH" = "arm64" ] ; then
if [ -z "$CROSS_COMPILE" ] ; then
Expand Down

0 comments on commit e87af58

Please sign in to comment.