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
|
-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"
|
||||||
|
|
Loading…
Reference in New Issue