Skip to content

Commit f2af8f8

Browse files
committed
ci: skip cloning /usr/src for freebsd 15.0
1 parent 5bad600 commit f2af8f8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.cirrus.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ task:
77
install_script: pkg install -y bash git autoconf automake libtool groff pkgconf
88
kernel_src_script: |
99
uname -r
10-
rm -rf /usr/src
1110
if [[ $(uname -r) == "14.3-RELEASE" ]]; then
1211
git clone --branch releng/14.3 https://git.FreeBSD.org/src.git /usr/src
13-
else
14-
git clone --branch releng/15.0 https://git.FreeBSD.org/src.git /usr/src
1512
fi;
1613
build_script:
1714
- ./Configure -n freebsd

0 commit comments

Comments
 (0)