mirror of
https://git.proxmox.com/git/rustc
synced 2026-02-05 01:33:50 +00:00
Update patches, 1 remaining
This commit is contained in:
parent
1aa55d5776
commit
a4c7de27ff
3
debian/patches/series
vendored
3
debian/patches/series
vendored
@ -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
|
||||
|
||||
@ -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,
|
||||
|
||||
1324
debian/patches/u-riscv64-68452.patch
vendored
1324
debian/patches/u-riscv64-68452.patch
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user