We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc59a42 commit d9122c7Copy full SHA for d9122c7
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/bjorn3/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 master
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