mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-24 18:55:21 +01:00
Update dependencies libarchive/zlib/liblzma/zstd
Update various bundled dependencies to handle archive formats. (Only used on Windows and OSX. On Linux system libraries are used)
This commit is contained in:
parent
ed15fcda46
commit
50b017332f
2353 changed files with 70571 additions and 33209 deletions
10
src/dependencies/zstd-1.5.4/.cirrus.yml
Normal file
10
src/dependencies/zstd-1.5.4/.cirrus.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
task:
|
||||
name: FreeBSD (shortest)
|
||||
freebsd_instance:
|
||||
matrix:
|
||||
image_family: freebsd-13-0
|
||||
image_family: freebsd-12-2
|
||||
install_script: pkg install -y gmake coreutils
|
||||
script: |
|
||||
MOREFLAGS="-Werror" gmake -j all
|
||||
gmake shortest
|
Loading…
Add table
Add a link
Reference in a new issue