stop using hardeningDisable = [ "fortify" ]; for Go packages

it seems that the issue #25959 is not present anymore
This commit is contained in:
Pavol Rusnak
2019-10-27 14:44:26 +01:00
parent e59c610d58
commit afd38ea1ee
7 changed files with 0 additions and 22 deletions
@@ -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