-
Notifications
You must be signed in to change notification settings - Fork 110
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
RSDK-4829 32-bit build tags #2906
Conversation
Code Coverage
|
All looks fine to me, but I'll defer to James |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Only concern is the new tags probably need to be documented. But now that Steve let us know we're going to start actually publishing/supporting 32-bit builds soon, I think it's okay to wait for a future PR and add comments/docs/makefile targets along with whatever upcoming additions are going to be needed to use this.
What
no_tflite
andno_pigpio
build flags, which can be used to toggle off tensorflow lite and pi GPIO libraries so that people can make 32-bit buildsUsing this
go build -tags no_tflite,no_pigpio ./web/cmd/server