Roll back hargo usage

This commit is contained in:
Andrey Pokhilko
2022-01-02 17:01:31 +03:00
parent e9506dfdcb
commit 24474ef9af
17 changed files with 52 additions and 165 deletions

View File

@@ -2,6 +2,7 @@
for f in tap/extensions/*; do
if [ -d "$f" ]; then
echo Building extension: $f
extension=$(basename $f) && \
cd tap/extensions/${extension} && \
go build -buildmode=plugin -o ../${extension}.so . && \