File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,7 @@ abs_path() {
11
11
(unset CDPATH && cd " $path " > /dev/null && pwd)
12
12
}
13
13
14
+ export RUSTC_BOOTSTRAP=1
15
+
14
16
src_dir=" $( abs_path $( dirname " $0 " ) ) "
15
17
$CARGO run --manifest-path=" $src_dir /Cargo.toml" -- combine " $@ "
Original file line number Diff line number Diff line change @@ -11,5 +11,7 @@ abs_path() {
11
11
(unset CDPATH && cd " $path " > /dev/null && pwd)
12
12
}
13
13
14
+ export RUSTC_BOOTSTRAP=1
15
+
14
16
src_dir=" $( abs_path $( dirname " $0 " ) ) "
15
17
$CARGO run --manifest-path=" $src_dir /Cargo.toml" -- generate " $@ "
Original file line number Diff line number Diff line change @@ -11,5 +11,7 @@ abs_path() {
11
11
(unset CDPATH && cd " $path " > /dev/null && pwd)
12
12
}
13
13
14
+ export RUSTC_BOOTSTRAP=1
15
+
14
16
src_dir=" $( abs_path $( dirname " $0 " ) ) "
15
17
$CARGO run --manifest-path=" $src_dir /Cargo.toml" -- tarball " $@ "
You can’t perform that action at this time.
0 commit comments