Browse Source

FreeBSD: disable tests until Go 1.24 is available

Signed-off-by: Nicola Murino <[email protected]>
Nicola Murino 6 months ago
parent
commit
a3a3d2e867
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .cirrus.yml

+ 4 - 4
.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