0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-27 14:16:20 +00:00

Don’t unnescesarily clean repo during static builds. ()

Don’t clean repo during static builds.

We’re using a separate build directory in all cases, so there is no
longer any need to try to clean the repository before a static build.
This enables running static builds in linked git worktrees.
This commit is contained in:
Austin S. Hemmelgarn 2024-04-26 14:58:07 +03:00 committed by GitHub
parent 700efa5419
commit 1f07deaff3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,9 +33,6 @@ chown -R root:root /usr/src/netdata
cd /usr/src/netdata/packaging/makeself || exit 1
git clean -dxf
git submodule foreach --recursive git clean -dxf
cat >&2 << EOF
This program will create a self-extracting shell package containing
a statically linked netdata, able to run on any 64bit Linux system,