mirror of
https://git.proxmox.com/git/rustc
synced 2026-08-12 20:01:39 +00:00
update prune-unused-deps for 1.47
This commit is contained in:
parent
73cc0615fc
commit
a641de0d8f
1
debian/prune-unused-deps
vendored
1
debian/prune-unused-deps
vendored
@ -15,6 +15,7 @@ for i in "$scriptdir/debian/patches"/d-00*.patch; do
|
||||
done
|
||||
test -f Cargo.lock.orig || cp Cargo.lock Cargo.lock.orig
|
||||
rm -f Cargo.lock
|
||||
find vendor -name .cargo-checksum.json -execdir "$scriptdir/debian/prune-checksums" "{}" +
|
||||
sed -i -e 's/dev: 1/#dev: 1/g' src/stage0.txt # allow beta builds
|
||||
./x.py build nonexistent/path/to/trigger/cargo/metadata src/bootstrap
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user