fix(build): Remove hardened_malloc from full feature set #927

Merged
tcpipuk merged 1 commit from tom/remove-hardened-malloc into main 2025-08-17 13:22:46 +00:00

1 commit

Author SHA1 Message Date
2a183cc5a4 fix(build): Remove hardened_malloc from full feature set
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Successful in 39s
Checks / Prefligit / prefligit (pull_request) Successful in 33s
Documentation / Build and Deploy Documentation (push) Successful in 36s
Checks / Prefligit / prefligit (push) Successful in 15s
Release Docker Image / define-variables (push) Successful in 16s
Checks / Rust / Format (push) Successful in 1m1s
Checks / Rust / Cargo Test (push) Successful in 4m56s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Successful in 15m22s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Successful in 15m58s
Release Docker Image / merge (push) Successful in 41s
Checks / Rust / Clippy (push) Successful in 2m34s
The hardened_malloc feature conflicts with jemalloc, preventing successful
builds with the --features full flag. Commenting out hardened_malloc allows
the full profile to build correctly while maintaining all other features.
2025-08-17 13:44:32 +01:00