Skip to content

Commit f8d5d89

Browse files
committed
Update VENDOR.md
1 parent caf0997 commit f8d5d89

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

rust/VENDOR.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,19 @@ export RUSTC_ROOT=$(rustc --print=sysroot)
1818
# Currently delta-lake is built outside the workspace (TODO)
1919
export DELTA_LAKE_DIR="$CH_TOP_DIR"/contrib/delta-kernel-rs
2020

21-
# cargo vendor --no-delete --locked --versioned-dirs --manifest-path "$RUSTC_ROOT"/lib/rustlib/src/rust/library/test/Cargo.toml "$CH_TOP_DIR"/contrib/rust_vendor
22-
2321
# Clean the vendor repo
2422
rm -rf "$CH_TOP_DIR"/contrib/rust_vendor/*
2523

2624
cd "$CH_TOP_DIR"/rust/workspace
27-
cargo cargo vendor --no-delete --locked --versioned-dirs --manifest-path Cargo.toml "$CH_TOP_DIR"/contrib/rust_vendor
25+
cargo vendor --no-delete --locked --versioned-dirs --manifest-path Cargo.toml "$CH_TOP_DIR"/contrib/rust_vendor
2826

2927
# Now handle delta-lake
3028
cd "$DELTA_LAKE_DIR"
31-
cargo cargo vendor --no-delete --locked --versioned-dirs --manifest-path Cargo.toml "$CH_TOP_DIR"/contrib/rust_vendor
29+
cargo vendor --no-delete --locked --versioned-dirs --manifest-path Cargo.toml "$CH_TOP_DIR"/contrib/rust_vendor
3230

3331
# Standard library deps
34-
cargo cargo vendor --no-delete --locked --versioned-dirs --manifest-path "$RUSTC_ROOT"/lib/rustlib/src/rust/library/std/Cargo.toml "$CH_TOP_DIR"/contrib/rust_vendor
35-
cargo cargo vendor --no-delete --locked --versioned-dirs --manifest-path "$RUSTC_ROOT"/lib/rustlib/src/rust/library/test/Cargo.toml "$CH_TOP_DIR"/contrib/rust_vendor
32+
cargo vendor --no-delete --locked --versioned-dirs --manifest-path "$RUSTC_ROOT"/lib/rustlib/src/rust/library/std/Cargo.toml "$CH_TOP_DIR"/contrib/rust_vendor
33+
cargo vendor --no-delete --locked --versioned-dirs --manifest-path "$RUSTC_ROOT"/lib/rustlib/src/rust/library/test/Cargo.toml "$CH_TOP_DIR"/contrib/rust_vendor
3634

3735
cd "$CH_TOP_DIR"/rust/workspace
3836
```

0 commit comments

Comments
 (0)