Skip to content

Commit e5ac778

Browse files
authored
CI: Fix FreeBSD 13.4 STABLE build
In openzfs#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 <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: Tino Reichardt <[email protected]> Closes openzfs#16885
1 parent ab7cbbe commit e5ac778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scripts/qemu-2-start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ case "$OS" in
9393
OSv="freebsd13.0"
9494
URLzs="$FREEBSD/amd64-freebsd-13.4-STABLE.qcow2.zst"
9595
BASH="/usr/local/bin/bash"
96+
NIC="rtl8139"
9697
;;
9798
freebsd14-2s)
9899
OSNAME="FreeBSD 14.2-STABLE"

0 commit comments

Comments
 (0)