File tree Expand file tree Collapse file tree
taskcluster/scripts/toolchain Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ printn Y "Downloading Go dependencies..."
133133print G " done."
134134
135135print Y " Downloading Rust dependencies..."
136- cargo vendor --manifest-path $WORKDIR /Cargo.toml $WORKDIR /3rdparty/cargo-vendor > /dev/null
136+ cargo vendor -Znext-lockfile-bump - -manifest-path $WORKDIR /Cargo.toml $WORKDIR /3rdparty/cargo-vendor > /dev/null
137137mkdir -p $WORKDIR /.cargo
138138cat << EOF > $WORKDIR /.cargo/config.toml
139139[source.vendored-sources]
Original file line number Diff line number Diff line change 55# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66set -e
77
8- cargo vendor --manifest-path $VCS_PATH /Cargo.toml $( pwd) /cargo-vendor
8+ cargo vendor -Znext-lockfile-bump - -manifest-path $VCS_PATH /Cargo.toml $( pwd) /cargo-vendor
99tar -cJf $UPLOAD_DIR /cargo-vendor.tar.xz cargo-vendor/
You can’t perform that action at this time.
0 commit comments