about summary refs log tree commit diff stats
path: root/package
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-14 20:59:32 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-14 21:02:12 +0200
commitbaffdf885aab7490e1024a73f8ee3ce35817c586 (patch)
treec2775b605b27cf9293dfdd2e2b933f5c3def26d8 /package
parentbuild(scripts/mkdb.sh): Update to use new sql schema path (diff)
downloadyt-baffdf885aab7490e1024a73f8ee3ce35817c586.tar.gz
yt-baffdf885aab7490e1024a73f8ee3ce35817c586.zip
test(treewide): Fix, so they compile and ignore
The tests are just not in an ideal state right now. Running them via
`cargo test` still works, but the `yt_dlp` test simply seem to deadlock?
Diffstat (limited to 'package')
-rw-r--r--package/package.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/package.nix b/package/package.nix
index efadab8..5862b55 100644
--- a/package/package.nix
+++ b/package/package.nix
@@ -52,6 +52,8 @@ in
       LIBCLANG_PATH = "${llvmPackages_latest.clang-unwrapped.lib}/lib/libclang.so";
     };
 
+    doCheck = false;
+
     prePatch = ''
       bash ./scripts/mkdb.sh
     '';