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.sh ubuntu2223 sudo apt-get install -y cppcheck devscripts mandoc pax-utils shellcheck[all …]
4 # 3) install dependencies for compiling and loading7 set -eu10 echo "##[group]Running pacman -Syu"12 sudo pacman -Syu --noconfirm16 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 xxhash26 echo "##[group]Running apt-get update+upgrade"27 sudo apt-get update -y[all …]