mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-27 06:27:43 +00:00
f1e09e3f3f
Summary: When building in CI, we just build everything from scratch in the `dev` profile, so just turn off debuginfo and incremental compilation data. These aren't reused, but more importantly take up more space and CPU time to generate; that's more expensive on slower machines and when using The Cloud(TM) to build. Together, these take a fresh build (`rm -rf target/` ahead of time) from about 40s to 30s on my machine. Signed-off-by: Austin Seipp <aseipp@pobox.com> Change-Id: Id6e706634dbaf88f6ccd7f457409ad7c |
||
---|---|---|
.. | ||
ISSUE_TEMPLATE | ||
workflows | ||
dependabot.yml | ||
PULL_REQUEST_TEMPLATE.md |