RISC-V: set git committer via environment#117
Conversation
|
Still not working, same error: https://github.com/opencv/opencv/actions/runs/6545660238/job/17781350654?pr=24409 I suspect that the reason is about user: Your riscv dockerfiles does not have this. Maybe the git configs you set is by some unknown user, so even |
This run does not get updated workflow (see "Set up job" step), it uses d0f18fc6430810ef77fc469a9b783445794657bc, but fixed one is 0692b8bdf3ab41cfc137a57be232b4d64214c2ae. I don't know how to force it to use updated pipeline commit, maybe make new commit? |
|
Recent runs get updated commit and merging seems to be ok: https://github.com/opencv/opencv/actions/runs/6548709305 |
|
Thank you 👍 |
|
Seems like a connection problem now https://github.com/opencv/opencv/actions/runs/6555614757/job/17804315928?pr=24409. |
|
There is infrastructure issue. We are looking on it. |
Looks like it's a git quirk/bug, because it does not make any commits with
pull --no-ff --no-rebase --no-commitbut requires user name/email to be set.