mirror of
https://github.com/facebook/zstd.git
synced 2025-10-05 00:07:15 -04:00
12.4 is EOL as of the end of December 2023, and pkg installation will start failing some time after that so remove those jobs now.
10 lines
215 B
YAML
10 lines
215 B
YAML
task:
|
|
name: FreeBSD (shortest)
|
|
freebsd_instance:
|
|
matrix:
|
|
image_family: freebsd-13-2
|
|
install_script: pkg install -y gmake coreutils
|
|
script: |
|
|
MOREFLAGS="-Werror" gmake -j all
|
|
gmake shortest
|