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 sysstat rng-tools rsync wget xxhash30 echo "##[group]Running apt-get update+upgrade"31 sudo apt-get update -y[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"41 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}42 cancel-in-progress: true45 zfs-qemu-packages-jobs:46 name: qemu-VMs[all …]
1 name: zfs-qemu22 …tion: "(optional) Experimental kernel version to install on Fedora (like '6.14' or '6.13.3-0.rc3')"25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}26 cancel-in-progress: true29 test-config:31 runs-on: ubuntu-24.0436 - uses: actions/checkout@v438 fetch-depth: 039 - name: Generate OS config and CI type42 …, "debian11", "debian12", "fedora41", "fedora42", "freebsd13-4r", "freebsd14-3s", "freebsd15-0c", …[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.0417 - uses: actions/checkout@v420 - name: Install dependencies22 sudo apt-get purge -y snapd google-chrome-stable firefox23 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps-vm.sh ubuntu2424 - name: Autogen.sh26 sed -i '/DEBUG_CFLAGS="-Werror"/s/^/#/' config/zfs-build.m428 - name: Configure[all …]