diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-11-16 20:55:49 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-11-16 20:55:49 +0000 |
| commit | d9122c7565ff7757d126beb8e24dca07dc730640 (patch) | |
| tree | 02e055a24f86eca5f286c5e8bd5a29de48dfc38c | |
| parent | cc59a427c92452c54199c917990f5fd4b60633e2 (diff) | |
| download | rust-d9122c7565ff7757d126beb8e24dca07dc730640.tar.gz rust-d9122c7565ff7757d126beb8e24dca07dc730640.zip | |
Update reference to bjorn3/rustc_codegen_cranelift
| -rwxr-xr-x | scripts/rustup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rustup.sh b/scripts/rustup.sh index e62788f2e50..355282911c2 100755 --- a/scripts/rustup.sh +++ b/scripts/rustup.sh @@ -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 |
