summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2025-02-02 10:59:16 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-02-02 15:51:09 +0000
commita97cbce71dac32ea015e92c0b906b78eeb18bdda (patch)
tree3c2a6996ef30f849943e6568c9faae1b4663b52b
parent[Backport release-24.11] mozillavpn: 2.24.3 → 2.25.0 (#378648) (diff)
downloadnixpkgs-a97cbce71dac32ea015e92c0b906b78eeb18bdda.tar.gz
knot-resolver: disable a problematic test
https://hydra.nixos.org/build/287484678/nixlog/1/tail (cherry picked from commit 688ae50a81ad139947838eca8bd243826f3465fb)
-rw-r--r--pkgs/servers/dns/knot-resolver/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/servers/dns/knot-resolver/default.nix b/pkgs/servers/dns/knot-resolver/default.nix
index c5b58811e7e4..73895b016128 100644
--- a/pkgs/servers/dns/knot-resolver/default.nix
+++ b/pkgs/servers/dns/knot-resolver/default.nix
@@ -70,6 +70,13 @@ let # un-indented, over the whole file
--replace "ffi.load(" "ffi.load('${lib.getLib knot-dns}/lib/' .. "
done
''
+ # https://gitlab.nic.cz/knot/knot-resolver/-/issues/925
+ + ''
+ patch modules/http/meson.build <<EOF
+ @@ -22 +21,0 @@
+ - ['http', files('http.test.lua')],
+ EOF
+ ''
# some tests have issues with network sandboxing, apparently
+ optionalString doInstallCheck ''
echo 'os.exit(77)' > daemon/lua/trust_anchors.test/bootstrap.test.lua