From 13e0782fe69307a07d13154f7a042cdec34dea7c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Mon, 27 Jan 2025 16:31:38 -0500
Subject: [PATCH] Re-enable Valgrind on FreeBSD.

I have hacked up a patch to Valgrind.
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c0b5e444d..29fe7d2ef7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,7 +36,7 @@ include:
       platform: 'amd64'
       tagname: 'FreeBSD'
       build_flags: 'CC="ccache cc" CXX="ccache c++" RELEASE=1'
-      #has_valgrind: "yes"
+      has_valgrind: "yes"
   - local: '.gitlab-ci-unix.yml'
     inputs:
       os: 'raspian'
-- 
GitLab