Merge pull request #72093 from prusnak/go-fortify

stop using hardeningDisable = [ "fortify" ]; for Go packages
This commit is contained in:
adisbladis
2019-10-28 14:09:55 +01:00
committed by GitHub
7 changed files with 0 additions and 22 deletions

View File

@@ -37,8 +37,6 @@ rec {
rev = containerdRev;
sha256 = containerdSha256;
};
hardeningDisable = [ "fortify" ];
});
docker-tini = tini.overrideAttrs (oldAttrs: {
@@ -82,9 +80,6 @@ rec {
sha256 = sha256;
};
# Optimizations break compilation of libseccomp c bindings
hardeningDisable = [ "fortify" ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
makeWrapper removeReferencesTo go-md2man go libtool