From 8b06566d43275201e6f82284e2d334202ec2ae45 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 16 Feb 2024 17:41:44 +0700 Subject: fix(third_party/nixpkgs/crate2nix): reintroduce tests in debug patch This is was dropped accidentially, but we actually want to run tests in debug mode, to check for overflows. Change-Id: Ic0cf2d4a263bfd71f3453ed335d8be9dacd945e8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10932 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/Cargo.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix') diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 628ceb9f621f..b53ae3477615 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -13342,6 +13342,7 @@ rec { ( _: { buildTests = true; + release = false; } ); # If the user hasn't set any pre/post commands, we don't want to -- cgit 1.4.1