internal/rosa/package/qemu: disable netdev-socket test

This fails with ipv6 disabled.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-22 01:21:09 +09:00
parent 0ea195837b
commit 973218f91f
2 changed files with 25 additions and 1 deletions
+5 -1
View File
@@ -9,7 +9,11 @@ package qemu {
checksum = "J3j3uNpiqxEoIEngBX2objV_1tzGfEgEphp5Ph86AJQvA_XMwYUakyvRH7YKEkwV";
compress = bzip2;
};
patches = [ "disable-mcast-test.patch" ];
patches = [
"disable-mcast-test.patch",
// fails with ipv6 disabled
"disable-netdev-socket.patch",
];
// configure script uses source as scratch space
writable = true;