Searched +full:checkstyle +full:- +full:dependencies (Results 1 – 2 of 2) sorted by relevance
1 name: checkstyle8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}9 cancel-in-progress: true12 checkstyle:13 runs-on: ubuntu-22.0415 - uses: actions/checkout@v418 - name: Install dependencies21 sudo apt-get purge -y snapd google-chrome-stable firefox22 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps-vm.sh ubuntu2223 sudo apt-get install -y cppcheck devscripts mandoc pax-utils shellcheck[all …]
4 # 3) install dependencies for compiling and loading9 set -eu12 echo "##[group]Running pacman -Syu"14 sudo pacman -Syu --noconfirm18 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \19 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \20 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \21 samba sysstat rng-tools rsync wget xxhash28 echo "##[group]Running apt-get update+upgrade"29 sudo apt-get update -y[all …]