-
Notifications
You must be signed in to change notification settings - Fork 206
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
Build binary even if :path
is specified
#99
Comments
Hey, |
I was able to prebuild local pods by removing the check that OP mentioned, as well as commenting out these 2 lines.
Those were both added in the same commit, and based on the commit message it seems like it was done in order to prevent local pods from being built when you're using the "build all as binary" flag. Which, is a reasonable check to do. But obviously just creating another flag to make that behavior optional would have been ideal. Hope it helps. Obviously I don't understand the other potential implications of these changes, so use at your own risk. EDIT: Still some issues with that approach. I'm seeing the assembled |
I was going to ask that :) I think it should be something in |
I also removed this two lines of code. And, I can install local development pod
But, it seems it is by design that it doesn't support development pods. #33 |
Looks like there's a check that will pass building if
:path
option is set. It would be nice to support builds even for local podsThe text was updated successfully, but these errors were encountered: