Update patches, 1 remaining

This commit is contained in:
Ximin Luo 2020-04-26 15:26:36 +01:00
parent 1aa55d5776
commit a4c7de27ff
3 changed files with 2 additions and 1327 deletions

View File

@ -7,7 +7,6 @@ u-make-tests-work-without-rpath.patch
u-tests-ignore-arm.patch
u-mips-fixes.diff
#u-allow-system-compiler-rt.patch
u-riscv64-68452.patch
u-wasm32-libc-1625.patch
# not forwarded, or forwarded but unlikely to be merged
@ -22,7 +21,7 @@ d-0002-pkg-config-no-special-snowflake.patch
d-0003-mdbook-strip-embedded-libs.patch
# Other patches needed by the full Debian build
#d-use-system-compiler-rt.patch
d-ignore-error-detail-diff.patch
d-ignore-error-detail-diff.patch # FIXME, broken for 1.43
d-disable-cargo-vendor.patch
d-rust-gdb-paths
d-rust-lldb-paths

View File

@ -5,7 +5,7 @@ Index: rust/src/bootstrap/bootstrap.py
@@ -81,7 +81,7 @@ def _download(path, url, probably_big, v
run(["curl", option,
"-y", "30", "-Y", "10", # timeout if speed is < 10 bytes/sec for > 30 seconds
"--connect-timeout", "30", # timeout if cannot connect within 30 seconds
"--connect-timeout", "30", # timeout if cannot connect within 30 seconds
- "--retry", "3", "-Sf", "-o", path, url],
+ "--retry", "3", "-Sf", "-o", path, "-R", url],
verbose=verbose,

File diff suppressed because it is too large Load Diff