1
Fork 0

Reduce verbosity of ./scripts/rustup.sh pull

This commit is contained in:
bjorn3 2025-03-12 13:08:50 +00:00
parent 4ca551cf41
commit d2b328e6b3

View file

@ -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"