ci: comment out hardened_malloc clippy check for now

i need to either fix static linking, or just make it
dynamic always (but then kinda useless idk)

https://gitlab.com/conduwuit/conduwuit/-/jobs/6953419673#L3155

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-28 12:53:39 -04:00
parent 4aead5de7a
commit 884cbab135
1 changed files with 12 additions and 12 deletions

View File

@ -115,18 +115,18 @@ cargo clippy \
-D warnings -D warnings
""" """
[[task]] #[[task]]
name = "clippy/hardened_malloc" #name = "clippy/hardened_malloc"
group = "lints" #group = "lints"
script = """ #script = """
cargo clippy \ #cargo clippy \
--workspace \ # --workspace \
--features hardened_malloc \ # --features hardened_malloc \
--all-targets \ # --all-targets \
--color=always \ # --color=always \
-- \ # -- \
-D warnings # -D warnings
""" #"""
[[task]] [[task]]
name = "lychee" name = "lychee"