From f11987ac0405fb1776b9027e19de28fc3069e3a1 Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Thu, 2 Jan 2020 22:11:28 +0900 Subject: [PATCH] FreeBSD CI: use `pkg install -y` instead of ASSUME_YES --- .cirrus.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ce5e107a..6c261252 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,10 +4,8 @@ FreeBSD_task: image: freebsd-12-1-release-amd64 freebsd_instance: image: freebsd-11-3-stable-amd64-v20191205 - env: - ASSUME_ALWAYS_YES: TRUE # required for unattanded "pkg" invocation prepare_script: - - pkg install openssl111 git autoconf automake libtool pkgconf opus jpeg-turbo fdk-aac pixman libX11 libXfixes libXrandr nasm + - pkg install -y git autoconf automake libtool pkgconf opus jpeg-turbo fdk-aac pixman libX11 libXfixes libXrandr nasm - git submodule update --init --recursive configure_script: - ./bootstrap