Add qsort_s(3). Apart from the constraints, it also makes it easier
[freebsd.git] / .cirrus.yml
1 # $FreeBSD$
2
3 freebsd_instance:
4   image: freebsd-12-1-release-amd64
5   cpu: 8
6   memory: 24G
7
8 env:
9   CIRRUS_CLONE_DEPTH: 1
10
11 task:
12   timeout_in: 90m
13   install_script:
14   - pkg install -y qemu-devel uefi-edk2-qemu-x86_64
15   script:
16   - make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel
17   package_script:
18   - make WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages
19   test_script:
20   - sh tools/boot/ci-qemu-test.sh