testing: freebsd [travis skip]
authorMichael Wallner <mike@php.net>
Tue, 27 Oct 2020 18:30:01 +0000 (19:30 +0100)
committerMichael Wallner <mike@php.net>
Tue, 27 Oct 2020 18:30:01 +0000 (19:30 +0100)
.cirrus.yml

index c20d4a4e2f80a649bca0729c6d0f3f972f11a922..e12ca8f3785dae35cfc0b37fb6803b03ede5f452 100644 (file)
@@ -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