From 314e60f9b100c62b8ed972c4f02ed1cd2daaec8b Mon Sep 17 00:00:00 2001 From: Felicitas Pojtinger Date: Fri, 7 Jan 2022 22:23:21 +0100 Subject: [PATCH] build: Add Go to GCCGo dependencies --- Hydrunfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Hydrunfile b/Hydrunfile index ed51a6d..b94c072 100755 --- a/Hydrunfile +++ b/Hydrunfile @@ -29,9 +29,6 @@ if [ "$1" = "gccgo" ]; then curl -L -o /tmp/bagccgop "https://github.com/pojntfx/bagccgop/releases/latest/download/bagccgop.linux-$(uname -m)" install /tmp/bagccgop /usr/local/bin - # Generate dependencies - make depend - # Build GOFLAGS='-gccgoflags=-static' bagccgop -x '(linux/alpha|linux/mipsle|linux/arm$|linux/arm64|linux/386|linux/amd64|linux/s390x)' -j1 -b stfs -n -r 'make depend' -s 'build-essential,automake' -m 'libsqlite3-dev' -p 'chmod +w /root/go/pkg/mod/google.golang.org/grpc@*/internal/channelz/types_linux.go && sed -i "s/SO_SNDTIMEO/SO_RCVTIMEO/" /root/go/pkg/mod/google.golang.org/grpc@*/internal/channelz/types_linux.go && make build/stfs DST=$DST' -d out