From 63ea6b5d479c70a8bfb15052885d08483a29d217 Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Mon, 5 Jul 2021 11:59:03 +0100 Subject: CI: Switch from bash to POSIX shell. Same as in libpcap. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index c5072fb5..e8404780 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -24,7 +24,7 @@ freebsd_task: MATRIX_CC: clang gcc10 script: - pkg install -qy git autoconf gcc10 - - pkg install -qy bash cmake # for build_matrix.sh and build.sh + - pkg install -qy cmake # for build_matrix.sh and build.sh - pkg install -qy pkgconf # for cmake, replaces pkg-config - echo '$ git clone [...] libpcap.git' - git -C .. clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet ${LIBPCAP_GIT} -- cgit v1.2.1