-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustbuild: A few tweaks #40236
rustbuild: A few tweaks #40236
Conversation
src/build_helper/lib.rs
Outdated
pub timestamp: PathBuf, | ||
} | ||
|
||
pub fn native_lib_boilerplate(src_name: &str, |
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.
Could you add some comments here as well as to how this function is expected to be called? It looks like there's a standard rigamarole of checking skip_build
and then creating the timestamp at the end, and it'd be good to enusre that's all documented.
Just one minor request for a comment but otherwise looks great to me, thanks! r=me |
@alexcrichton |
@bors: r+ |
📌 Commit 384f64a has been approved by |
rustbuild: A few tweaks Fixes rust-lang#40016 Fixes rust-lang#39507 r? @alexcrichton
☔ The latest upstream changes (presumably #39917) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors r=alexcrichton |
📌 Commit a1c6471 has been approved by |
⌛ Testing commit a1c6471 with merge d7d1dd0... |
💔 Test failed - status-travis |
What are reuse requirements for building LLVM on Travis/Appveyor with caching, by the way? What I want with local builds is:
As I understand, what CI wants is:
Is my understanding correct? |
🔒 Merge conflict |
Move some code from x.py to bootstrap.py
Add some comments
@bors r=alexcrichton |
📌 Commit 428f063 has been approved by |
rustbuild: A few tweaks Fixes #40016 Fixes #39507 r? @alexcrichton
☀️ Test successful - status-appveyor, status-travis |
rustbuild: Add option for enabling partial LLVM rebuilds @alexcrichton , you probably didn't notice my [late comment](#40236 (comment)) on #40236, but here's an implementation of that suggestion, it supersedes c652a4f. r? @alexcrichton
Fixes #40016
Fixes #39507
r? @alexcrichton