summaryrefslogtreecommitdiffstats
path: root/packaging/makeself/build-x86_64-static.sh
AgeCommit message (Collapse)Author
2021-12-07fix static build, curl will be staict binary; extra args can be transfer ↵boxjan
(#11852) * update curl LDFLAGS to build static file * transfer extra args to build.sh
2021-09-06Embed build architecture in static build archive names. (#11463)Austin S. Hemmelgarn
* Embed build architecture in static build archive names. This is required for proper support for static installs in the new kickstart script. The associated changes will also simplify adding static builds for other architectures in the future. * Update CI to use new static build changes properly. * Fix typos. * Fix link created by static build process. * Fix build environment setup.
2020-11-18Updated 3rd party static build dependencies and use alpine 3.12 (#10241)Costa Tsaousis
* updated 3rd party static dependencies * updated alpine to 3.12 * updated docker container name and added libuv-static * add lz4-static to alpine packages
2020-05-26Add CI for our Static Netdata builds (which kickstart-static64 uses) (#9130)James Mills
* Add tool to build the static x864_64 Netdata * Add error if the netdata binary is not statically linked * Add Github Workflow for testing static builds * Don't use docker run -i -t if not on a tty
2020-02-05Fix permissions issues caused by 986bc2052. (#7984)Austin S. Hemmelgarn
For some reason, without `sudo` here, we get permissions issues in CI, so re-add it.
2020-02-04Fixes static builds and nightlies (#7971)James Mills
* Fixed the shebang for building self-extracting static builds * Fixed shellcheck errors/warnings * Fix require_cmd() function too and redirect both stderr/stdout of command -v in conditional
2020-01-18Cleanup packaging/makeself/build-x86_64-static.sh to use /bin/sh and remove ↵James Mills
use of sudo (#7725)
2019-01-02move makeself (#4688)Paweł Krupa