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:
parent
4aead5de7a
commit
884cbab135
24
engage.toml
24
engage.toml
|
@ -115,18 +115,18 @@ cargo clippy \
|
|||
-D warnings
|
||||
"""
|
||||
|
||||
[[task]]
|
||||
name = "clippy/hardened_malloc"
|
||||
group = "lints"
|
||||
script = """
|
||||
cargo clippy \
|
||||
--workspace \
|
||||
--features hardened_malloc \
|
||||
--all-targets \
|
||||
--color=always \
|
||||
-- \
|
||||
-D warnings
|
||||
"""
|
||||
#[[task]]
|
||||
#name = "clippy/hardened_malloc"
|
||||
#group = "lints"
|
||||
#script = """
|
||||
#cargo clippy \
|
||||
# --workspace \
|
||||
# --features hardened_malloc \
|
||||
# --all-targets \
|
||||
# --color=always \
|
||||
# -- \
|
||||
# -D warnings
|
||||
#"""
|
||||
|
||||
[[task]]
|
||||
name = "lychee"
|
||||
|
|
Loading…
Reference in New Issue