mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-26 22:56:37 +02:00
unmark dynamically-linked jemalloc builds as broken
It turns out that this was actually fixed bybec507d739
and857ac42aac
, but we didn't identify it at the time. Notably, the `dynamic` devshell is still broken.
This commit is contained in:
parent
30beb20230
commit
68b96026ec
1 changed files with 0 additions and 7 deletions
|
@ -190,11 +190,4 @@ craneLib.buildPackage ( commonAttrs // {
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.mainProgram = commonAttrs.pname;
|
meta.mainProgram = commonAttrs.pname;
|
||||||
# Dynamically-linked jemalloc is broken on linux due to link-order problems,
|
|
||||||
# where the symbols are being resolved to libc malloc/free before jemalloc is
|
|
||||||
# loaded. This problem does not occur on darwin for unknown reasons.
|
|
||||||
meta.broken =
|
|
||||||
stdenv.isLinux &&
|
|
||||||
!stdenv.hostPlatform.isStatic &&
|
|
||||||
(featureEnabled "jemalloc");
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue