From b3b8f6dc48c193ccc03c931519f67cbdc6e94c20 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 27 Oct 2020 19:30:01 +0100 Subject: [PATCH] testing: freebsd [travis skip] --- .cirrus.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.30.2