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
In soci-snapshotter we have an example of a project with multiple go.mod files.
The way this is currently implemented in buildsys, we end up making two passes over the same unpacked external file, which is inefficient. Listing the same file twice is also not an obvious approach to packagers.
Fixing this might entail taking a list of paths in bundle-root-path instead of just one.
The text was updated successfully, but these errors were encountered:
In soci-snapshotter we have an example of a project with multiple
go.mod
files.The way this is currently implemented in
buildsys
, we end up making two passes over the same unpacked external file, which is inefficient. Listing the same file twice is also not an obvious approach to packagers.Fixing this might entail taking a list of paths in
bundle-root-path
instead of just one.The text was updated successfully, but these errors were encountered: