6922acad9a
Relevant vendor changes: Issue #351: Refactor and implement private state logic for write filters PR #1252: RAR5 reader - verify window size for solid files (OSS-Fuzz 15482) PR #1255: zip writer - don't append unused NUL for directories PR #1260: Fix sparse file offset overflow on 32-bit systems PR #1263: UNICODE filename support for reading lha/lzh format Issue #1276: Bugfix and optimize archive_wstring_append_from_mbs() PR #1288: Add the "xattrhdr" option to pax write options PR #1295: 7z reader - fix reading archives with digests in PackInfo PR #1296: RAR5 reader - verify window size for multivolume archives PR #1297: ZIP reader - support LZMA_STREAM_END marker in 'lzma alone' files Issue #1298: Fix a heap-buffer-overflow in archive_string_append_from_wcs() OSS-Fuzz 19360, 19362: LHA reader - plug two memory leaks on error Fix possible off-by-one when dealing with readlink(2)
19 lines
351 B
YAML
19 lines
351 B
YAML
# $FreeBSD$
|
|
|
|
freebsd_instance:
|
|
image: freebsd-12-0-release-amd64
|
|
cpu: 8
|
|
memory: 24G
|
|
|
|
env:
|
|
CIRRUS_CLONE_DEPTH: 1
|
|
|
|
task:
|
|
timeout_in: 90m
|
|
install_script:
|
|
- pkg install -y qemu-devel uefi-edk2-qemu-x86_64
|
|
script:
|
|
- make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel
|
|
test_script:
|
|
- sh tools/boot/ci-qemu-test.sh
|