From: Michael Wallner Date: Tue, 27 Oct 2020 18:30:01 +0000 (+0100) Subject: testing: freebsd [travis skip] X-Git-Tag: 1.1.0-beta1~152 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=b3b8f6dc48c193ccc03c931519f67cbdc6e94c20;p=m6w6%2Flibmemcached testing: freebsd [travis skip] --- diff --git a/.cirrus.yml b/.cirrus.yml index c20d4a4e..e12ca8f3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,6 +14,18 @@ task: ports: RELEASE_12_1_0 freebsd_instance: image_family: freebsd-12-1-snap + discover_script: | + pw user mod nobody -s /bin/sh -d $(pwd)/build + ulimit -a + sudo -u nobody ulimit -a + cat /etc/hosts + cat /etc/host.conf + cat /etc/resolv.conf + ifconfig + netstat + sysctl -a + dmesg + exit 1 dependencies_script: | pkg update pkg upgrade -y