Skip to content

Commit

Permalink
minimal-bootstrap.glibc: remove runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emilytrau committed Oct 12, 2023
1 parent ff6e572 commit 26bc4a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/os-specific/linux/minimal-bootstrap/glibc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ bash.runCommand "${pname}-${version}" {
make -j $NIX_BUILD_CORES
# Install
make -j $NIX_BUILD_CORES install INSTALL_UNCOMPRESSED=yes
make -j $NIX_BUILD_CORES INSTALL_UNCOMPRESSED=yes install
find $out/{bin,sbin,lib,libexec} -type f -exec strip --strip-unneeded {} + || true
''

0 comments on commit 26bc4a9

Please sign in to comment.