From e1e17dca83feb81eec1900c24c4da111a774cde1 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 25 Aug 2022 16:19:34 +0200 Subject: [PATCH] No goose building needed anymore --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index e498d0e..da2e862 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -137,7 +137,6 @@ then export GOPATH="$final_path/build/go" export GOCACHE="$final_path/build/.cache" CGO_ENABLED=1 go build -trimpath -v -o "$final_path/bin/" ./cmd/dendrite-monolith-server > /dev/null 2>&1 - CGO_ENABLED=1 go build -trimpath -v -o "$final_path/bin/" ./cmd/goose > /dev/null 2>&1 CGO_ENABLED=1 go build -trimpath -v -o "$final_path/bin/" ./cmd/create-account > /dev/null 2>&1 CGO_ENABLED=1 go build -trimpath -v -o "$final_path/bin/" ./cmd/generate-keys > /dev/null 2>&1 popd