chore(tvix): dontStrip tvix build
This is mostly to help in tracing through the core dumps for b/58, but is also generally a good idea while we're still in hardcore debugging-mode. Fixes: b/63 Change-Id: Ib816a2a98bf3b8afa6e8b255a74ccb93af6508c5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1937 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
parent
8f4d89e429
commit
2ca20da43f
1 changed files with 3 additions and 0 deletions
3
third_party/nix/default.nix
vendored
3
third_party/nix/default.nix
vendored
|
@ -71,6 +71,9 @@ in lib.fix (self: pkgs.llvmPackages.libcxxStdenv.mkDerivation {
|
|||
doCheck = false;
|
||||
doInstallCheck = true;
|
||||
|
||||
# Preserve debug symbols, for core dumps + other live debugging
|
||||
dontStrip = true;
|
||||
|
||||
installCheckInputs = with pkgs; [
|
||||
fd
|
||||
gtest
|
||||
|
|
Loading…
Reference in a new issue