From a3a3d2e867cf09aea677104c4a2705e5126afbb6 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sat, 12 Apr 2025 22:17:09 +0200 Subject: [PATCH] FreeBSD: disable tests until Go 1.24 is available Signed-off-by: Nicola Murino --- .cirrus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3cb625dd..d1852ebd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,10 +6,10 @@ freebsd_task: freebsd_instance: image_family: freebsd-14-2 - pkginstall_script: - - pkg update -f - - pkg install -y go123 - - pkg install -y git + #pkginstall_script: + # - pkg update -f + # - pkg install -y go123 + # - pkg install -y git #setup_script: # - ln -s /usr/local/bin/go123 /usr/local/bin/go