rpki-client / rpki-client-portable

Portability shim for OpenBSD's rpki-client
https://rpki-client.org
ISC License
52 stars 17 forks source link

Nightly GitHub Action failure: 1 out of 2 hunks FAILED -- saving rejects to file imsg.c.rej #118

Closed robert-scheck closed 1 day ago

robert-scheck commented 1 week ago

Our nightly GitHub Action for the container image fails since today with:

16.11 + ./autogen.sh
16.12 pulling upstream openbsd source
16.13 copying tal and constraints
16.13 copying includes
16.30 1 out of 2 hunks FAILED -- saving rejects to file imsg.c.rej
botovq commented 1 week ago

Thanks, sorry for the breakage. The reason for this is some major surgery in the upstream imsg code (used for communication between privsep processes) and on top of the obvious need for regenerating some patches, we'll need to figure out some portability issues. We'll get to it when we can. (Same goes for https://github.com/openbgpd-portable/openbgpd-portable/issues/88).