]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - .cirrus-ci/pkg-install.sh
ibcore: Issue DREQ when receiving REQ/REP for stale QP.
[FreeBSD/FreeBSD.git] / .cirrus-ci / pkg-install.sh
1 #!/bin/sh
2 set -e
3
4 pkg install -y "$@" && exit 0
5
6 cat <<EOF
7 pkg install failed
8
9 dmesg tail:
10 $(dmesg | tail)
11
12 trying again
13 EOF
14
15 pkg install -y "$@"