buildah: Disable PIE hardening (#371645)

This commit is contained in:
Peder Bergebakken Sundt
2025-01-08 18:22:09 +01:00
committed by GitHub
@@ -36,6 +36,9 @@ buildGoModule rec {
doCheck = false;
# /nix/store/.../bin/ld: internal/mkcw/embed/entrypoint_amd64.o: relocation R_X86_64_32S against `.rodata.1' can not be used when making a PIE object; recompile with -fPIE
hardeningDisable = [ "pie" ];
nativeBuildInputs = [
go-md2man
installShellFiles