mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-27 10:54:51 +02:00
Use jemalloc/hmalloc for cross builds
Signed-off-by: morguldir <morguldir@protonmail.com>
This commit is contained in:
parent
4ce70b692d
commit
74500dbe86
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