From cccb947de4b9f6ed7a83f573017438fd8ecc6626 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 27 Oct 2020 20:31:47 +0100 Subject: [PATCH] testing: freebsd [travis skip] --- .cirrus.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e12ca8f3..f0040fcd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -15,8 +15,6 @@ task: 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 @@ -25,7 +23,6 @@ task: netstat sysctl -a dmesg - exit 1 dependencies_script: | pkg update pkg upgrade -y @@ -57,6 +54,8 @@ task: sudo -E -u nobody make -C build -j2 all test_script: | sysctl net.inet.tcp.msl=500 + sysctl net.inet.tcp.blackhole=0 + sysctl net.inet.udp.blackhole=0 sudo -E -u nobody make -C build -j2 test/fast install_script: | sudo -E -u nobody make -C build install DESTDIR=/tmp -- 2.30.2