aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2020-02-08 13:48:04 +0100
committerDario Lombardo <lomato@gmail.com>2020-02-08 14:03:50 +0000
commit0d68a088fa9c75d62ff96286b7128d553a82f8a1 (patch)
tree8b152c836773c8bbdf77b01ca100be58d57e27f6 /.cirrus.yml
parent4c87407a3c1be64b9217b8e416777f2d10c5c551 (diff)
tools: update pkg in bsd-setup.
This circumvents a buggy pkg version in 11.x. Move env var to the proper place while here. Change-Id: Ib527a92cf8b542c8478daddf082c696caa296d80 Reviewed-on: https://code.wireshark.org/review/36055 Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index db59556a1e..5d95c90e30 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -5,9 +5,12 @@ task:
- image_family: freebsd-13-0-snap
- image_family: freebsd-12-0
- image_family: freebsd-11-3-snap
+ env:
+ ASSUME_ALWAYS_YES: YES
setup_script:
- - env ASSUME_ALWAYS_YES=YES pkg install bash
- - env ASSUME_ALWAYS_YES=YES tools/bsd-setup.sh --install-optional
+ - pkg update -f
+ - pkg install bash
+ - tools/bsd-setup.sh --install-optional
build_script:
- mkdir build
- cd build