Conversation
| pub timestamp: PathBuf, | ||
| } | ||
|
|
||
| pub fn native_lib_boilerplate(src_name: &str, |
There was a problem hiding this comment.
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