Reduce verbosity of ./scripts/rustup.sh pull
This commit is contained in:
parent
4ca551cf41
commit
d2b328e6b3
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ case $1 in
|
|||
cg_clif=$(pwd)
|
||||
pushd ../rust
|
||||
git fetch origin master
|
||||
git checkout "$RUST_VERS"
|
||||
git -c advice.detachedHead=false checkout "$RUST_VERS"
|
||||
"$cg_clif/git-fixed-subtree.sh" push --prefix=compiler/rustc_codegen_cranelift/ "$cg_clif" sync_from_rust
|
||||
popd
|
||||
git merge sync_from_rust -m "Sync from rust $RUST_VERS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue