We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42943a9 commit 9de73c8Copy full SHA for 9de73c8
scripts/rustup.sh
@@ -46,7 +46,7 @@ case $1 in
46
git pull origin master
47
branch=sync_cg_clif-$(date +%Y-%m-%d)
48
git checkout -b "$branch"
49
- "$cg_clif/git-fixed-subtree.sh" pull --prefix=compiler/rustc_codegen_cranelift/ https://github.com/rust-lang/rustc_codegen_cranelift.git master
+ "$cg_clif/git-fixed-subtree.sh" pull --prefix=compiler/rustc_codegen_cranelift/ https://github.com/rust-lang/rustc_codegen_cranelift.git main
50
git push -u my "$branch"
51
52
# immediately merge the merge commit into cg_clif to prevent merge conflicts when syncing
0 commit comments