Skip to content

Commit

Permalink
Update reference to bjorn3/rustc_codegen_cranelift
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Nov 16, 2023
1 parent cc59a42 commit d9122c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rustup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ case $1 in
git pull origin master
branch=sync_cg_clif-$(date +%Y-%m-%d)
git checkout -b "$branch"
"$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
git push -u my "$branch"

# immediately merge the merge commit into cg_clif to prevent merge conflicts when syncing
Expand Down

0 comments on commit d9122c7

Please sign in to comment.