You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we need to patch some package (e.g. Python/glibc) in our compatibility (or software) layer, we need to figure out how to catch the changes on a build node and do the actual change on a publisher node. Modifying and adding files is simple, but the tricky part is removing files.
Ultimately, we can perhaps tar the entire new compatibility layer directory, and ingest that with the -d option to remove the old directory. We need to think about this and test what does (not) work.