any objection to disabling `cargo doc` in CI? It p...
# development
f
any objection to disabling
cargo doc
in CI? It produces 1.1GB of outputs in
src/rust/target/doc
when I run it locally, and I am seeing disk full errors consistently in a PR. See https://github.com/pantsbuild/pants/pull/22944/changes#r2618229637
w
Interesting, didnt know it ran
We don’t publish those docs, right? I wonder why they run
h
Fine to disable, AFAICT
👍 1