mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-18 18:32:30 +00:00
Remove build_extensions_debug.sh
as well
This commit is contained in:
parent
e894ed4621
commit
0ad5bc1f59
@ -1,12 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
for f in tap/extensions/*; do
|
|
||||||
if [ -d "$f" ]; then
|
|
||||||
extension=$(basename $f) && \
|
|
||||||
cd tap/extensions/${extension} && \
|
|
||||||
go build -gcflags="all=-N -l" -buildmode=plugin -o ../${extension}.so . && \
|
|
||||||
cd ../../.. && \
|
|
||||||
mkdir -p agent/build/extensions && \
|
|
||||||
cp tap/extensions/${extension}.so agent/build/extensions
|
|
||||||
fi
|
|
||||||
done
|
|
Loading…
Reference in New Issue
Block a user