Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #30248 - petevine:master, r=brson
Running `/usr/bin/time -v make` to build rust (using local llvm) shows the maximum memory usage at 715 megabytes on 32-bit x86 (on arm linux it's even less @ 580M). Reworded according to @brson's [input](#30196 (comment)).
- Loading branch information
01e5c48
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if it's worthy of a new issue but I've just noticed a mere documentation update triggered a full rust build across all architectures - that's definitely wasteful and unnecessary.
I imagine some sort of excluded files list is a good idea.