summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2021-07-05 00:53:27 +0100
committerDenis Ovsienko <denis@ovsienko.info>2021-07-05 00:58:02 +0100
commita112d19be2b54151ac54bd584e2b09f70fef8abb (patch)
tree7548fd6b6915d5ebfb62a3e4fa2d7ef1606bcf3b /.cirrus.yml
parent37679459c162afe80e434f5f44e9ad16cf9364fa (diff)
downloadlibpcap-a112d19be2b54151ac54bd584e2b09f70fef8abb.tar.gz
CI: Switch from bash to POSIX shell.
On FreeBSD, NetBSD and OpenBSD bash has to be installed explicitly. On NetBSD Buildbot workers sometimes this is much more complicated than just running a package manager command. At the same time, the build scripts use only a few trivial bashisms, so switch to POSIX shell to remove this dependency from the problem space. Simplify some code while at it.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 323d3234..43dd183f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -22,7 +22,7 @@ freebsd_task:
MATRIX_CC: clang gcc48 gcc10
script:
- pkg install -qy autoconf gcc48 gcc10
- - pkg install -qy bash cmake git # for build_matrix.sh and build.sh
+ - pkg install -qy cmake git # for build_matrix.sh and build.sh
- ./build_matrix.sh
linux_task: