about summary refs log tree commit diff homepage
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMartin Nowack <m.nowack@imperial.ac.uk>2020-06-26 16:23:33 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2020-06-26 19:14:50 +0100
commit51e28268a927e1e40899ff2df11faa553d3c2e79 (patch)
tree7116c4e95ea54398b8c36d2fc54300f9db754097 /.cirrus.yml
parentcbf2d13e10f1290164e601328301c7fce89cc1d1 (diff)
downloadklee-51e28268a927e1e40899ff2df11faa553d3c2e79.tar.gz
[FreeBSD] Assume always yes for installing packages as well
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index ef3ee9b6..432e957b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -6,8 +6,8 @@ task:
   deps_script:
     - sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
     - env ASSUME_ALWAYS_YES=yes pkg bootstrap -f
-    - pkg update -f
-    - pkg install -y llvm80 gmake z3 cmake pkgconf google-perftools python3 python37 py37-sqlite3 py37-tabulate
+    - env ASSUME_ALWAYS_YES=yes pkg update -f
+    - env ASSUME_ALWAYS_YES=yes pkg install -y llvm80 gmake z3 cmake pkgconf google-perftools python3 python37 py37-sqlite3 py37-tabulate
   build_script:
     - mkdir build
     - cd build