Bundle spatch in container to apply patches locally#220
Bundle spatch in container to apply patches locally#220WanzenBug merged 3 commits intopiraeusdatastore:masterfrom
spatch in container to apply patches locally#220Conversation
Signed-off-by: Daniel Bershatsky <dbershatskiy@ozon.ru>
Signed-off-by: Daniel Bershatsky <dbershatskiy@ozon.ru>
3d3f561 to
ee3cd13
Compare
|
Looks sensible. What about the other RHEL-clone versions (9 and 10)? Note that not all of those coccinelle versions will actually work with DRBD, as it needs some rather new version for some patches. But it should still fall back to the old version in that case, so that should be fine. |
This reverts commit ee3cd13. Signed-off-by: Daniel Bershatsky <dbershatskiy@ozon.ru>
|
Unfortunately, Also, Debian Bullseyes does not satisfy the
I also considered an option to use binary distribution for PS The issue #30 seems to be related. |
|
Just a kind reminder. |
|
Thanks! |
Private clouds often lack direct Internet access. If the
spatchbinary is missing and Spatch-as-a-Service is unavailable,drbd-module-loadercannot patch the DRBD sources and builddrbd.ko.This pull request adds a step to the Dockerfiles to install
spatch(provided by thecoccinellepackage). Thecoccinellepackage is available on Debian-based distributions and on AlmaLinux 8 via EPEL 8.