rust-installer: include RUSTC_BOOTSTRAP
when generating installer
This commit is contained in:
parent
ffef807889
commit
8488e8aed9
@ -11,5 +11,7 @@ abs_path() {
|
||||
(unset CDPATH && cd "$path" > /dev/null && pwd)
|
||||
}
|
||||
|
||||
export RUSTC_BOOTSTRAP=1
|
||||
|
||||
src_dir="$(abs_path $(dirname "$0"))"
|
||||
$CARGO run --manifest-path="$src_dir/Cargo.toml" -- combine "$@"
|
||||
|
@ -11,5 +11,7 @@ abs_path() {
|
||||
(unset CDPATH && cd "$path" > /dev/null && pwd)
|
||||
}
|
||||
|
||||
export RUSTC_BOOTSTRAP=1
|
||||
|
||||
src_dir="$(abs_path $(dirname "$0"))"
|
||||
$CARGO run --manifest-path="$src_dir/Cargo.toml" -- generate "$@"
|
||||
|
@ -11,5 +11,7 @@ abs_path() {
|
||||
(unset CDPATH && cd "$path" > /dev/null && pwd)
|
||||
}
|
||||
|
||||
export RUSTC_BOOTSTRAP=1
|
||||
|
||||
src_dir="$(abs_path $(dirname "$0"))"
|
||||
$CARGO run --manifest-path="$src_dir/Cargo.toml" -- tarball "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user