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. (#17530)
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:
parent
700efa5419
commit
1f07deaff3
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue