SGX target: clean up dist builder, update libunwind#57914
SGX target: clean up dist builder, update libunwind#57914bors merged 3 commits intorust-lang:masterfrom
Conversation
| local cached="download-${module//\//-}.tar.gz" | ||
| retry sh -c "rm -f $cached && \ | ||
| curl -sSL -o $cached $2" | ||
| curl -f -sSL -o $cached $2" |
There was a problem hiding this comment.
Without -f, this only fails on network errors, not on e.g. 404 Not Found.
|
@bors: r+ |
|
📌 Commit 9ce3cfa has been approved by |
|
⌛ Testing commit 9ce3cfa with merge 75c2e7b976931bc78839362745a94dc55a367b90... |
|
💔 Test failed - checks-travis |
|
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@VardhanThigle can you please look into this and also make it so Travis prints useful logs if the build fails? |
9ce3cfa to
204f2fc
Compare
204f2fc to
b025557
Compare
|
Should be fixed now |
|
@bors: r+ |
|
📌 Commit b025557 has been approved by |
SGX target: clean up dist builder, update libunwind This incorporates fortanix/llvm-project#4 Fixes fortanix/rust-sgx#65 r? @alexcrichton
|
☀️ Test successful - checks-travis, status-appveyor |
This incorporates fortanix/llvm-project#4
Fixes fortanix/rust-sgx#65
r? @alexcrichton