fix .cirrus.yml

pull/9949/head
Bart Louwers 2025-12-18 00:10:39 +01:00
parent 6d842594ca
commit e297bcd769
1 changed files with 13 additions and 12 deletions

View File

@ -2,6 +2,7 @@ freebsd_tests_task:
name: FreeBSD Tests
freebsd_instance:
image_family: freebsd-15-0-amd64-zfs
only_if: $CIRRUS_PR != "" || $CIRRUS_BRANCH == "main"
timeout_in: 30m
env:
ZIG_LOCAL_CACHE_DIR: /tmp/zig-cache/local
@ -10,18 +11,18 @@ freebsd_tests_task:
install_script:
- pkg update -f
- pkg install -y \
ca_root_nss \
curl \
devel/blueprint-compiler \
devel/gettext \
devel/git \
devel/pkgconf \
graphics/wayland \
textproc/hs-pandoc \
x11-fonts/jetbrains-mono \
x11-toolkits/gtk40 \
x11-toolkits/gtk4-layer-shell \
x11-toolkits/libadwaita
ca_root_nss \
curl \
blueprint-compiler \
gettext \
git \
pkgconf \
wayland \
hs-pandoc \
jetbrains-mono \
gtk4 \
gtk4-layer-shell \
libadwaita
zig_install_script:
- ZIG_VERSION=$(sed -n -E 's/^\s*\.?minimum_zig_version\s*=\s*"([^"]+)".*/\1/p' build.zig.zon)
- fetch -o /tmp/zig.tar.xz "https://ziglang.org/download/${ZIG_VERSION}/zig-x86_64-freebsd-${ZIG_VERSION}.tar.xz"