Skip to content
New issue

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

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

Already on GitHub? # to your account

imageapi breaks with makebb builds #32

Closed
jlowellwofford opened this issue May 9, 2021 · 0 comments · Fixed by #34
Closed

imageapi breaks with makebb builds #32

jlowellwofford opened this issue May 9, 2021 · 0 comments · Fixed by #34
Labels
bug Something isn't working
Milestone

Comments

@jlowellwofford
Copy link
Collaborator

...the issue is with how we call go-fork in the func init(), which ends up getting called for all makebb processes. Need to move go-fork logic into func main() somewhere, even though that risks tainting generted code.

@jlowellwofford jlowellwofford added the bug Something isn't working label May 9, 2021
@jlowellwofford jlowellwofford added this to the v0.1.5 milestone May 9, 2021
jlowellwofford added a commit that referenced this issue May 9, 2021
* make sure vscode checks things with GOOS=linux

* move initialization code from init() to main(), see #32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant