From 65b00cc81a6c09d9e651b59b499e77d9bd0b8b22 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Mon, 27 Jan 2025 02:06:04 -0500
Subject: [PATCH] Disable Valgrind on FreeBSD for now.

I'm out of ideas and want the pipes flowing.
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29fe7d2ef7..0c0b5e444d 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