We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f5492 commit 5bad600Copy full SHA for 5bad600
1 file changed
.cirrus.yml
@@ -7,6 +7,7 @@ task:
7
install_script: pkg install -y bash git autoconf automake libtool groff pkgconf
8
kernel_src_script: |
9
uname -r
10
+ rm -rf /usr/src
11
if [[ $(uname -r) == "14.3-RELEASE" ]]; then
12
git clone --branch releng/14.3 https://git.FreeBSD.org/src.git /usr/src
13
else
0 commit comments