Searched +full:qemu +full:- +full:3 +full:- +full:deps (Results 1 – 6 of 6) sorted by relevance
2 # 3) Wait for VM to boot from previous step and launch dependencies10 .github/workflows/scripts/qemu-wait-for-vm.sh vm018 if [ -n "${2:-}" ] ; then19 sed -i -E 's/Linux-Maximum: .+/Linux-Maximum: 99.99/g' META22 scp .github/workflows/scripts/qemu-3-deps-vm.sh zfs@vm0:qemu-3-deps-vm.sh23 PID=`pidof /usr/bin/qemu-system-x86_64`24 ssh zfs@vm0 '$HOME/qemu-3-deps-vm.sh' "$@"26 tail --pid=$PID -f /dev/null28 rm -f $HOME/.ssh/known_hosts
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 …]
6 # Build RPMs - Build release RPMs and tarballs and put them into an artifact10 # Test repo - Test install the ZFS RPMs from the ZFS repo. On EL distos, this17 # zfs-release RPM (http://download.zfsonlinux.org).22 name: zfs-qemu-packages33 - "Build RPMs"34 - "Test repo"46 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}47 cancel-in-progress: true50 zfs-qemu-packages-jobs:51 name: qemu-VMs[all …]
1 name: zfs-qemu12 …tion: "(optional) Experimental kernel version to install on Fedora (like '6.14' or '6.13.3-0.rc3')"15 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}16 cancel-in-progress: true19 test-config:21 runs-on: ubuntu-24.0426 - uses: actions/checkout@v428 fetch-depth: 029 - name: Generate OS config and CI type38 ci_type=$(python3 .github/workflows/scripts/generate-ci-type.py $head $base)[all …]
8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}9 cancel-in-progress: true13 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 shellcheck24 sudo python -m pipx install --quiet flake827 checkbashisms --version[all …]
8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}9 cancel-in-progress: true13 runs-on: ubuntu-24.0418 - uses: actions/checkout@v421 - name: Install dependencies23 sudo apt-get purge -y snapd google-chrome-stable firefox24 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps-vm.sh ubuntu2425 - name: Autogen.sh27 sed -i '/DEBUG_CFLAGS="-Werror"/s/^/#/' config/zfs-build.m429 - name: Configure[all …]