65da968c5c
Relevant vendor changes: Issue #1257: Add testcase for ZIPX files with LZMA_STREAM_END marker PR #1331: cpio.5: fix hard link description Issue #1335: archive_read.c: fix UBSan warning about undefined behavior Issue #1338: XAR reader: fix UBSan warning about undefined behavior Issue #1339: bsdcpio_test: fix datatype in from_hex() Issue #1341: Safe writes: delete temporary file if rename fails
21 lines
425 B
YAML
21 lines
425 B
YAML
# $FreeBSD$
|
|
|
|
freebsd_instance:
|
|
image: freebsd-12-1-release-amd64
|
|
cpu: 8
|
|
memory: 24G
|
|
|
|
env:
|
|
CIRRUS_CLONE_DEPTH: 1
|
|
|
|
task:
|
|
timeout_in: 120m
|
|
install_script:
|
|
- pkg install -y qemu-devel uefi-edk2-qemu-x86_64
|
|
script:
|
|
- make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel
|
|
package_script:
|
|
- make WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages
|
|
test_script:
|
|
- sh tools/boot/ci-qemu-test.sh
|