Commit Graph

5 Commits

Author SHA1 Message Date
Olivia Crain
de6412cadd
nixseparatedebuginfod: use system jemalloc
Currently, this package uses a vendored version of jemalloc by way of
the `jemalloc-sys` crate. The vendored version is not compatible with
non-4k page sizes on aarch64, but nixpkgs' version of jemalloc is
configured for such compatibility. To use nixpkgs' version of jemalloc,
we need to pull in the `rust-jemalloc-sys` dependency when building
nixseparatedebuginfod.
2024-03-29 10:29:38 -05:00
Guillaume Girol
2dea768a21 nixseparatedebuginfod: 0.3.3 -> 0.3.4
Diff: https://github.com/symphorien/nixseparatedebuginfod/compare/v0.3.3...v0.3.4
2024-03-07 13:42:08 +01:00
Guillaume Girol
3d9d2ce4a2 nixseparatedebuginfod: 0.3.2 -> 0.3.3
Diff: https://github.com/symphorien/nixseparatedebuginfod/compare/v0.3.2...v0.3.3
2024-01-14 19:37:59 +01:00
Guillaume Girol
dece72548e nixseparatedebuginfod: add module and nixos test 2024-01-01 13:42:13 +01:00
Guillaume Girol
045b4f7276 nixseparatedebuginfod: init at 0.3.2 2023-12-21 00:32:42 +01:00