File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22 freebsd_instance :
33 cpu : 1
44 matrix :
5- - image_family : freebsd-15-0-snap
6- - image_family : freebsd-14-2
5+ - image_family : freebsd-15-0-amd64-zfs
6+ - image_family : freebsd-14-3
77 install_script : pkg install -y bash git autoconf automake libtool groff pkgconf
88 kernel_src_script : |
99 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
10+ if [[ $(uname -r) == "14.3 -RELEASE" ]]; then
11+ git clone --branch releng/14.3 https://git.FreeBSD.org/src.git /usr/src
1212 else
13- git clone --branch main https://git.FreeBSD.org/src.git /usr/src
13+ git clone --branch releng/15.0 https://git.FreeBSD.org/src.git /usr/src
1414 fi;
1515 build_script :
1616 - ./Configure -n freebsd
You can’t perform that action at this time.
0 commit comments