Home
last modified time | relevance | path

Searched +full:checkstyle +full:- +full:dependencies (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dcheckstyle.yaml1 name: checkstyle
8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
9 cancel-in-progress: true
12 checkstyle:
13 runs-on: ubuntu-22.04
15 - uses: actions/checkout@v4
18 - name: Install dependencies
21 sudo apt-get purge -y snapd google-chrome-stable firefox
22 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps.sh ubuntu22
23 sudo apt-get install -y cppcheck devscripts mandoc pax-utils shellcheck
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps.sh4 # 3) install dependencies for compiling and loading
7 set -eu
10 echo "##[group]Running pacman -Syu"
12 sudo pacman -Syu --noconfirm
16 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \
17 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \
18 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \
19 samba sysstat rng-tools rsync wget xxhash
26 echo "##[group]Running apt-get update+upgrade"
27 sudo apt-get update -y
[all …]