Compare commits

...

1 Commits

Author SHA1 Message Date
0eb3dff461 tailscale: fix test suite on aarch64 linux 2025-12-16 17:42:24 +08:00

View File

@@ -153,6 +153,10 @@ buildGoModule (finalAttrs: {
# Fails because we vendor dependencies
"TestLicenseHeaders"
]
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
"TestXDP"
"TestRTT"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# syscall default route interface en0 differs from netstat
"TestLikelyHomeRouterIPSyscallExec" # net/netmon