Skip to content

Commit a1ec49a

Browse files
committed
chore: print system info and config in Cirrus CI install task
1 parent 71f058e commit a1ec49a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cirrus.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ task:
1515
zpool create -m "/.ioc-test-`uname -r`" "ioc-test-`uname -r`" "/pools/ioc-test-`uname -r`.img"
1616
zfs set compression=lz4 "ioc-test-`uname -r`"
1717
install_script:
18+
- uname -a
19+
- uname -KU
20+
- kldstat
21+
- sysrc -a
22+
- sysctl -a
1823
- mount -t fdescfs null /dev/fd
1924
- pkg install -y git
2025
- make install-dev

0 commit comments

Comments
 (0)