Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better support for multiple go.mod files #418

Open
bcressey opened this issue Dec 13, 2024 · 0 comments
Open

better support for multiple go.mod files #418

bcressey opened this issue Dec 13, 2024 · 0 comments

Comments

@bcressey
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant