dyung wrote: > > > @c-rhodes remind me - I can push / clobber this PR's branch? or do I just > > > let you know which commit to take instead? > > > [androm3da@50749b9](https://github.com/androm3da/llvm-project/commit/50749b96f6867ce7ac7a1ce16c1987226e9c7670) > > > is where I put the fixed commit > > > > > > you can to push to this branch > > Are you sure @c-rhodes ? I seem to be having trouble. > [a6a482e](https://github.com/llvm/llvm-project/commit/a6a482e156a6800aa586b941d029b4d7d1f84581) > is my baseline locally, like > [llvmbot@a6a482e](https://github.com/llvmbot/llvm-project/commit/a6a482e156a6800aa586b941d029b4d7d1f84581) > and I created a fixup commit with the test case fixes, so I didn't need to > force-push. And it still fails. I don't think I can push to `llvmbot`'s fork. > > ``` > $ git push [email protected]:llvmbot/llvm-project.git issue182520 > X11 forwarding request failed on channel 0 > Enumerating objects: 15, done. > Counting objects: 100% (15/15), done. > Delta compression using up to 16 threads > Compressing objects: 100% (8/8), done. > Writing objects: 100% (8/8), 789 bytes | 789.00 KiB/s, done. > Total 8 (delta 7), reused 0 (delta 0), pack-reused 0 > remote: Resolving deltas: 100% (7/7), completed with 7 local objects. > To github.com:llvmbot/llvm-project.git > ! [remote rejected] issue182520 -> issue182520 (permission denied) > error: failed to push some refs to 'github.com:llvmbot/llvm-project.git' > ```
Hi, I'm the current release manager while @c-rhodes is out. How big is your fixup commit? If you cannot push to the branch, maybe you can try committing it to a fork of the branch in your own repo and then I can try to cherry-pick it from there and add it to the branch. That might work. If none of that works, we can just abandon this PR and recreate it from a branch that contains both the cherry-pick and your test fixes. https://github.com/llvm/llvm-project/pull/183376 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
