Integrate LZ4 library, compress the ramdisk
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m53s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m53s
This commit is contained in:
9
lz4/.cirrus.yml
Normal file
9
lz4/.cirrus.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
task:
|
||||
name: FreeBSD
|
||||
freebsd_instance:
|
||||
matrix:
|
||||
image_family: freebsd-15-0-amd64-zfs
|
||||
install_script: pkg install -y gmake
|
||||
script: |
|
||||
cc -v
|
||||
gmake test
|
||||
Reference in New Issue
Block a user