-
Notifications
You must be signed in to change notification settings - Fork 119
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
Dev Guidance: build without docker #269
Comments
This is a weird one, I know. Sorry to bother you. Just some notes for self:
Of course I say that and... IMMEDIATLY get HOKAY... back to the grind... |
Sorted. |
Hi Michael, sorry I didn't get back to you sooner. I was wondering, why build w/o Docker? Is it causing issues with the makefile an build work you are doing? |
No. The Docker build process is from 2017, when Golang was at I have been working on integrating a Linter, which requires at least Golang 1.14, and does not use containers/Docker/MakeFiles. Since some practices have been deprecated, it wasn't working. So I needed to be able to figure out how to build without the wizardry that was the Docker system (dude, I am only JUST learning Golang, I have never built something that had to compile/used MakeFiles, and I have never used Docker before, I need to be able to eliminate at least ONE variable! lol). I got it sorted, however. It still breaks best practices, but it at least tricks the compiler enough (#276). To be honest, the amount of work to get this officially up to speed with There are other things I discovered in the process as well, that I would like to discuss. Can you activate the Discussions tab so I can throw some thoughts around outside of the Issues Board? |
Some of the issues mentioned here are fixed in #346 |
I know that docker is the preferred build method, but I am interested in guidance on the process for building without docker.
I have been doing a fair bit of research, but I keep running in to issues (namely with GTK, but a few other things as well), and I am about ready to throw things out windows (I mentioned in another thread that this is my first time with Go).
Any guidance would be incredibly helpful. Thank you.
The text was updated successfully, but these errors were encountered: