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 loading11 set -eu14 echo "##[group]Running pacman -Syu"16 sudo pacman -Syu --noconfirm20 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \21 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \22 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \23 samba strace sysstat rng-tools rsync wget xxhash30 echo "##[group]Running apt-get update+upgrade"31 sudo sed -i '/[[:alpha:]]-backports/d' /etc/apt/sources.list[all …]