-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
SGX target: clean up dist builder, update libunwind #57914
Conversation
local module=$1 | ||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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