asciidoctor
meson
lcov
+ gpg-agent
+ git
+ squashfs-tools
+ iproute2
+ dmsetup
)
PACKAGES_OPTIONAL=(
PACKAGES+=(linux-modules-extra-$(uname -r))
fi
+apt-get -y update --fix-missing
+apt install -y lsb-release software-properties-common
+
COMPILER="${COMPILER:?}"
RELEASE="$(lsb_release -cs)"
export SANITIZE=no
export QEMU_USER=1
- apt-get update
- apt-get install -y --no-install-recommends lsb-release software-properties-common gpg-agent git squashfs-tools iproute2 dmsetup
-
- git config --global --add safe.directory "$PWD"
-
# name: Ubuntu setup
.github/workflows/cibuild-setup-ubuntu.sh
+ git config --global --add safe.directory "$PWD"
# Configure & Make
.github/workflows/cibuild.sh CONFIGURE MAKE
# Check