Use jemalloc/hmalloc for cross builds
Signed-off-by: morguldir <morguldir@protonmail.com>
This commit is contained in:
parent
056c9d6920
commit
6c0d527b90
1 changed files with 2 additions and 2 deletions
|
@ -394,7 +394,7 @@
|
|||
name = "oci-image-${crossSystem}-jemalloc";
|
||||
value = mkOciImage
|
||||
pkgsCrossStatic
|
||||
self.packages.${system}.${binaryName};
|
||||
self.packages.${system}."${binaryName}-jemalloc";
|
||||
}
|
||||
|
||||
# An output for an OCI image based on that binary with hardened_malloc
|
||||
|
@ -402,7 +402,7 @@
|
|||
name = "oci-image-${crossSystem}-hmalloc";
|
||||
value = mkOciImage
|
||||
pkgsCrossStatic
|
||||
self.packages.${system}.${binaryName};
|
||||
self.packages.${system}."${binaryName}-hmalloc";
|
||||
}
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue