Skip to content

Commit

Permalink
Fix the FreeBSD CI job.
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Oct 31, 2023
1 parent 3633bc2 commit e68e375
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ task:
matrix:
- image_family: freebsd-13-2-snap
env:
CC: /usr/bin/cc
CXX: /usr/bin/c++
# /usr/ports/Mk/Uses/localbase.mk localbase:ldflags
LOCALBASE: /usr/local
CFLAGS: -isystem $LOCALBASE/include
Expand All @@ -13,6 +15,6 @@ task:
deps_script:
- sed -i.bak 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
- env ASSUME_ALWAYS_YES=yes pkg update -f
- env ASSUME_ALWAYS_YES=yes pkg install -y snowballstemmer gperf itstool gtk-doc qt6-tools
- env ASSUME_ALWAYS_YES=yes pkg install -y glib meson pkgconf snowballstemmer gperf itstool gtk-doc qt6-tools
build_script:
- tests/ci/run-build.sh

0 comments on commit e68e375

Please sign in to comment.