-
Notifications
You must be signed in to change notification settings - Fork 32
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
Support command line dependency resolution flags #1078
Comments
For #924, I am working on #957 that as of right now removes |
There will still be a call to |
It will occur somewhere. With the new design, the ruleset does not need to hook into the Personally, it feels like we should provide some way to execute this step via Bazel. It helps ensure that the |
+1, this should be done in Bazel, so that we can also get |
Related to #1016 , I'd like to be able to pass arguments to
swift package resolve
, namely the ones described in the SwiftPM docs under "Using registry for source control dependencies":I could see this being an argument to the
swift_update_packages
rule, along the lines of:Or if it's preferable to not encode that abstraction, being able to pass arbitrary arguments through to the
swift
command would work here too.The text was updated successfully, but these errors were encountered: