]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: cirrus-ci: rename openssl package after it is renamed in FreeBSD
authorIlya Shipitsin <chipitsine@gmail.com>
Tue, 7 Apr 2020 19:29:26 +0000 (00:29 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 7 Apr 2020 19:58:35 +0000 (21:58 +0200)
for the reason yet to be determined FreeBSD has renamed openssl111
to openssl. let us rename as well

.cirrus.yml

index 98277346742b0e2e2e0d57b1be0a747c5bd97ba1..2d26952c01fe946eb93f440081d2759bf13ddb40 100644 (file)
@@ -4,7 +4,7 @@ FreeBSD_task:
       image_family: freebsd-12-1
   only_if: $CIRRUS_BRANCH =~ 'master|next'
   install_script:
-    - pkg update -f && pkg upgrade -y && pkg install -y openssl111 git gmake lua53 socat
+    - pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua53 socat
   script:
     - git clone https://github.com/VTest/VTest.git ../vtest
     - make -C ../vtest