Searched +full:freebsd14 +full:- +full:3 +full:r (Results 1 – 3 of 3) sorted by relevance
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 …]
4 # 2) start qemu with some operating system, init via cloud-init7 set -eu9 # short name used in zfs-qemu.yml12 # OS variant (virt-install --os-variant list)16 FREEBSD_REL="https://download.freebsd.org/releases/CI-IMAGES"17 FREEBSD_SNAP="https://download.freebsd.org/snapshots/CI-IMAGES"21 UBMIRROR="https://cloud-images.ubuntu.com"22 #UBMIRROR="https://mirrors.cloud.tencent.com/ubuntu-cloud-images"23 #UBMIRROR="https://mirror.citrahost.com/ubuntu-cloud-images"28 # additional options for virt-install[all …]
2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs.11 # Please use ``make LINT'' to create an old-style LINT file if you want to12 # do kernel test-builds.48 # auto-size based on physical memory.66 # after most other flags. Here we use it to inhibit use of non-optimal67 # gcc built-in functions (e.g., memcmp).70 # The following is equivalent to 'config -g KERNELNAME' and creates71 # 'kernel.debug' compiled with -g debugging as well as a normal81 makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc.82 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols[all …]