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:
6
lz4/tests/check_liblz4_version.sh
Executable file
6
lz4/tests/check_liblz4_version.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
set -e
|
||||
|
||||
# written as a script shell, because pipe management in python is horrible
|
||||
ldd $1 | grep liblz4
|
||||
|
||||
Reference in New Issue
Block a user