-
Notifications
You must be signed in to change notification settings - Fork 15
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
Static x86_64 builds #1
Comments
This is very nice! I used it and it is awesome! In order for a static netdata to be installed, I guess the following have to be made:
All the above, in addition to compiling netdata are handled by Questions:
@philwhineray @simonnagl what do you think? |
Sounds reasonable to me. Let's mention that I have no experience with |
I have added a static x86_64 build using alpine and linux in commit 05f7bcb which can be the foundation for some generic packaging.
@ktsaou I will not have any more time to work on this until next week at the earliest but the binaries are built statically and appear to run as expected.
If you follow the readme instructions you should be able to get the
build-x86_64-static.sh
to run without much trouble.The result of
make install
currently goes tobuild/x86_64-static/netdata/opt
on the host, given the prefix used forconfigure
and theDESTDIR
formake install
within the container.What is left to do:
x86_64-static/netdata/docker-build.sh
to make a package of some kind and settle any options to./configure
.build-x86_64-static.sh
to copy the packages from underbuild/x86_64-static/netdata
on the to theoutput/packages
folder.Of these, 1 is almost all of the work, of course...
The text was updated successfully, but these errors were encountered: