Uh oh!
There was an error while loading. Please reload this page.
rustbuild: A few tweaks - #40236
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.
alexcrichton
commented
Mar 3, 2017
Just one minor request for a comment but otherwise looks great to me, thanks! r=me |
petrochenkov
commented
Mar 3, 2017
@alexcrichton |
alexcrichton
commented
Mar 3, 2017
@bors: r+ |
bors
commented
Mar 3, 2017
📌 Commit 384f64a has been approved by |
rustbuild: A few tweaks Fixesrust-lang#40016Fixesrust-lang#39507 r? @alexcrichton
bors
commented
Mar 4, 2017
☔ The latest upstream changes (presumably #39917) made this pull request unmergeable. Please resolve the merge conflicts. |
petrochenkov
commented
Mar 4, 2017
@bors r=alexcrichton |
bors
commented
Mar 4, 2017
📌 Commit a1c6471 has been approved by |
bors
commented
Mar 4, 2017
⌛ Testing commit a1c6471 with merge d7d1dd0... |
bors
commented
Mar 4, 2017
💔 Test failed - status-travis |
petrochenkov
commented
Mar 4, 2017
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? |
bors
commented
Mar 4, 2017
🔒 Merge conflict |
Move some code from x.py to bootstrap.py
Add some comments
petrochenkov
commented
Mar 4, 2017
@bors r=alexcrichton |
bors
commented
Mar 4, 2017
📌 Commit 428f063 has been approved by |
bors
commented
Mar 4, 2017
rustbuild: A few tweaks Fixes#40016Fixes#39507 r? @alexcrichton
bors
commented
Mar 4, 2017
☀️ 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