Skip to content

Commit 1620bd0

Browse files
committed
Revert unneeded bin dont strip setting
1 parent 7ac9c12 commit 1620bd0

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

nix/hydra/project.nix

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,9 @@
4545
hydra-tx.writeHieFiles = true;
4646
hydra-tui.writeHieFiles = true;
4747
hydraw.writeHieFiles = true;
48-
# NOTE: This is needed to fix the "Killed: 9" error on macOS aarch64
49-
# where the executable is being killed by the OS.
50-
# See also: https://github.com/NixOS/nixpkgs/issues/112296
51-
hydra-node.dontStrip = true;
52-
hydra-tui.dontStrip = true;
53-
hydraw.dontStrip = true;
48+
hydra-node.dontStrip = false;
49+
hydra-tui.dontStrip = false;
50+
hydraw.dontStrip = false;
5451
};
5552
}
5653
# Use different static libs on darwin
@@ -93,11 +90,6 @@
9390
{
9491
packages.hydra-node.components.library.build-tools = [ pkgs.etcd ];
9592
}
96-
{
97-
packages.hydra-node.components.exes.hydra-node.preCheck = ''
98-
export HOME=$(mktemp -d)
99-
'';
100-
}
10193
];
10294
};
10395

0 commit comments

Comments
 (0)