CI: Fix FreeBSD 13.4 STABLE build

In #16869 we added FreeBSD 13.4 STABLE, but forget the special
thing, that the virtio nic within FreeBSD 13.x is buggy.

This fix adds the needed rtl8139 nic to the VM.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by:  Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de>
Closes #16885
This commit is contained in:
Tino Reichardt 2024-12-19 17:01:34 +01:00 committed by GitHub
parent ab7cbbe789
commit e5ac7786bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,6 +93,7 @@ case "$OS" in
OSv="freebsd13.0" OSv="freebsd13.0"
URLzs="$FREEBSD/amd64-freebsd-13.4-STABLE.qcow2.zst" URLzs="$FREEBSD/amd64-freebsd-13.4-STABLE.qcow2.zst"
BASH="/usr/local/bin/bash" BASH="/usr/local/bin/bash"
NIC="rtl8139"
;; ;;
freebsd14-2s) freebsd14-2s)
OSNAME="FreeBSD 14.2-STABLE" OSNAME="FreeBSD 14.2-STABLE"