File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,19 @@ export RUSTC_ROOT=$(rustc --print=sysroot)
1818# Currently delta-lake is built outside the workspace (TODO)
1919export 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
2422rm -rf " $CH_TOP_DIR " /contrib/rust_vendor/*
2523
2624cd " $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
3028cd " $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
3735cd " $CH_TOP_DIR " /rust/workspace
3836```
You can’t perform that action at this time.
0 commit comments