]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: cirrus-ci: get rid of unstable freebsd images
authorIlya Shipitsin <chipitsine@gmail.com>
Tue, 3 Mar 2020 20:18:02 +0000 (01:18 +0500)
committerWilly Tarreau <w@1wt.eu>
Sat, 7 Mar 2020 10:31:08 +0000 (11:31 +0100)
the only stable available freebsd image on cirrus is 12.1
let us drop all "snap" images, they are unusable for running tests
because of being fragile

.cirrus.yml

index 86b40478295cd578a1dc3ed661bf6e3cc516ca60..98277346742b0e2e2e0d57b1be0a747c5bd97ba1 100644 (file)
@@ -1,14 +1,10 @@
 FreeBSD_task:
   freebsd_instance:
     matrix:
-      image_family: freebsd-13-0-snap
-      image_family: freebsd-12-1-snap
-      image_family: freebsd-11-3-snap
+      image_family: freebsd-12-1
   only_if: $CIRRUS_BRANCH =~ 'master|next'
-  env:
-    IGNORE_OSVERSION: yes # supress package installation error on FreeBSD-13
   install_script:
-    - pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua53 socat
+    - pkg update -f && pkg upgrade -y && pkg install -y openssl111 git gmake lua53 socat
   script:
     - git clone https://github.com/VTest/VTest.git ../vtest
     - make -C ../vtest