mirror of
https://git.proxmox.com/git/rustc
synced 2026-08-12 11:07:01 +00:00
Update Files-Excluded and d-ignore-removed-submodules.patch for new upstream version 1.28.0-beta
This commit is contained in:
parent
6d75c0f26d
commit
5145f93d8a
13
debian/copyright
vendored
13
debian/copyright
vendored
@ -38,8 +38,6 @@ Files-Excluded:
|
||||
src/vendor/assert_cli
|
||||
src/vendor/bitflags-0.7.0
|
||||
src/vendor/bufstream
|
||||
src/vendor/bytecount
|
||||
src/vendor/cargo_metadata-0.3.3
|
||||
src/vendor/clippy_lints
|
||||
src/vendor/colored
|
||||
src/vendor/commoncrypto
|
||||
@ -50,12 +48,9 @@ Files-Excluded:
|
||||
src/vendor/crypto-hash
|
||||
src/vendor/curl
|
||||
src/vendor/curl-sys
|
||||
src/vendor/difference-1.0.0
|
||||
src/vendor/endian-type
|
||||
src/vendor/enum_primitive
|
||||
src/vendor/environment
|
||||
src/vendor/failure
|
||||
src/vendor/failure_derive
|
||||
src/vendor/fnv
|
||||
src/vendor/foreign-types
|
||||
src/vendor/foreign-types-shared
|
||||
@ -68,6 +63,7 @@ Files-Excluded:
|
||||
src/vendor/hex
|
||||
src/vendor/home
|
||||
src/vendor/ignore
|
||||
src/vendor/isatty
|
||||
src/vendor/json
|
||||
src/vendor/jsonrpc-core
|
||||
src/vendor/kernel32-sys
|
||||
@ -87,6 +83,7 @@ Files-Excluded:
|
||||
src/vendor/rls-blacklist
|
||||
src/vendor/rls-rustc
|
||||
src/vendor/rls-vfs
|
||||
src/vendor/rustc-ap-arena
|
||||
src/vendor/rustc-ap-rustc_cratesio_shim
|
||||
src/vendor/rustc-ap-rustc_data_structures
|
||||
src/vendor/rustc-ap-rustc_errors
|
||||
@ -94,25 +91,19 @@ Files-Excluded:
|
||||
src/vendor/rustc-ap-serialize
|
||||
src/vendor/rustc-ap-syntax
|
||||
src/vendor/rustc-ap-syntax_pos
|
||||
src/vendor/same-file-0.1.3
|
||||
src/vendor/schannel
|
||||
src/vendor/semver-0.8.0
|
||||
src/vendor/serde_ignored
|
||||
src/vendor/shell-escape
|
||||
src/vendor/skeptic
|
||||
src/vendor/synstructure
|
||||
src/vendor/syntex_errors
|
||||
src/vendor/syntex_pos
|
||||
src/vendor/syntex_syntax
|
||||
src/vendor/term-0.4.6
|
||||
src/vendor/term
|
||||
src/vendor/toml-0.2.1
|
||||
src/vendor/unicode-segmentation
|
||||
src/vendor/unicode-xid-0.0.3
|
||||
src/vendor/url_serde
|
||||
src/vendor/userenv-sys
|
||||
src/vendor/vcpkg
|
||||
src/vendor/walkdir-1.0.7
|
||||
src/vendor/winapi-0.2.8
|
||||
src/vendor/winapi-build
|
||||
# DO NOT EDIT above, AUTOGENERATED
|
||||
|
||||
11
debian/patches/d-ignore-removed-submodules.patch
vendored
11
debian/patches/d-ignore-removed-submodules.patch
vendored
@ -30,8 +30,8 @@ Forwarded: not-needed
|
||||
- "tools/rls/test_data/workspace_symbol",
|
||||
]
|
||||
|
||||
# These options are controlled from our rustc wrapper script, so turn them off
|
||||
@@ -59,19 +40,3 @@
|
||||
# Curiously, libtest will segfault if compiled with opt-level=3
|
||||
@@ -59,16 +40,3 @@
|
||||
debug = false
|
||||
debug-assertions = false
|
||||
|
||||
@ -43,14 +43,11 @@ Forwarded: not-needed
|
||||
-[patch."https://github.com/rust-lang/cargo"]
|
||||
-cargo = { path = "tools/cargo" }
|
||||
-
|
||||
-[patch.crates-io]
|
||||
-[patch."https://github.com/rust-lang-nursery/rustfmt"]
|
||||
-# Similar to Cargo above we want the RLS to use a vendored version of `rustfmt`
|
||||
-# that we're shipping as well (to ensure that the rustfmt in RLS and the
|
||||
-# `rustfmt` executable are the same exact vesion). Unlike Cargo, however, the
|
||||
-# RLS depends on `rustfmt` from crates.io, so we put this in a `[patch]` section
|
||||
-# for crates.io
|
||||
-# `rustfmt` executable are the same exact vesion).
|
||||
-rustfmt-nightly = { path = "tools/rustfmt" }
|
||||
-clippy_lints = { path = "tools/clippy/clippy_lints" }
|
||||
--- a/src/bootstrap/bootstrap.py
|
||||
+++ b/src/bootstrap/bootstrap.py
|
||||
@@ -618,10 +618,6 @@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user