projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
fd66e60
)
testing: freebsd [travis skip]
author
Michael Wallner
<mike@php.net>
Tue, 27 Oct 2020 18:30:01 +0000
(19:30 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 27 Oct 2020 18:30:01 +0000
(19:30 +0100)
.cirrus.yml
patch
|
blob
|
history
diff --git
a/.cirrus.yml
b/.cirrus.yml
index c20d4a4e2f80a649bca0729c6d0f3f972f11a922..e12ca8f3785dae35cfc0b37fb6803b03ede5f452 100644
(file)
--- 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