From 23b900dbfd243b5c5153fe3dbc18ceb6769ee7dc Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 29 Sep 2022 11:33:15 +0200
Subject: [PATCH] .cirrus.yml: install valgrind-devel on FreeBSD

---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 62e8cdae0..a427692be 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -42,7 +42,7 @@ freebsd_task:
 
   pkginstall_script:
     - pkg update -f
-    - pkg install -y autoconf automake libtool pkgconf brotli openldap24-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel
+    - pkg install -y autoconf automake libtool pkgconf brotli openldap24-client heimdal libpsl libssh2 openssh-portable libidn2 librtmp libnghttp2 nghttp2 stunnel valgrind-devel
     - pkg delete -y curl
     - python -m ensurepip --default-pip
     - python -m pip install --upgrade pip
-- 
2.37.1


