We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4970f commit 017db4dCopy full SHA for 017db4d
1 file changed
.cirrus.yml
@@ -2,15 +2,15 @@ task:
2
freebsd_instance:
3
cpu: 1
4
matrix:
5
- - image_family: freebsd-15-0-snap
6
- - image_family: freebsd-14-2
+ - image_family: freebsd-15-0-amd64-zfs
+ - image_family: freebsd-14-3
7
install_script: pkg install -y bash git autoconf automake libtool groff pkgconf
8
kernel_src_script: |
9
uname -r
10
- if [[ $(uname -r) == "14.2-RELEASE" ]]; then
11
- git clone --branch releng/14.2 https://git.FreeBSD.org/src.git /usr/src
+ if [[ $(uname -r) == "14.3-RELEASE" ]]; then
+ git clone --branch releng/14.3 https://git.FreeBSD.org/src.git /usr/src
12
else
13
- git clone --branch main https://git.FreeBSD.org/src.git /usr/src
+ git clone --branch releng/15.0 https://git.FreeBSD.org/src.git /usr/src
14
fi;
15
build_script:
16
- ./Configure -n freebsd
0 commit comments