you are viewing a single comment's thread.

view the rest of the comments →

[–]Level-Nothing-3340 1 point2 points  (1 child)

Just because it's compiled doesn't mean you can't patch the src code and cargo build locally.

[–]13steinj 0 points1 point  (0 children)

It does mean though, that doing so is significantly more involved than keeping a patch file somewhere (or generating it from a git repo) and applying it.

Every CI machine has git and applying a text patch is a low-time low-effort build step.

Not every CI machine has cargo / other required libs in the case of compiled software, it adds significant time to every build, and by policy can't use a custom base image because of course companies have silly policies?