From: Laszlo Boszormenyi (GCS) Date: Wed, 22 Jan 2025 21:44:47 +0000 (+0100) Subject: Go mod can't be specified X-Git-Tag: archive/raspbian/0.19.0-3+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=780775c4138a03822e42710297a37f38d64044f1;p=thrift.git Go mod can't be specified Forwarded: no Last-Update: 2023-07-02 Just delete those from Go invocation. Gbp-Pq: Name go_no_mod.patch --- diff --git a/lib/go/test/fuzz/Makefile.am b/lib/go/test/fuzz/Makefile.am index 56f138a..89c299d 100644 --- a/lib/go/test/fuzz/Makefile.am +++ b/lib/go/test/fuzz/Makefile.am @@ -19,8 +19,8 @@ gopathfuzz: $(THRIFT) fuzz.go $(THRIFT) -r --gen go:thrift_import=github.com/apache/thrift/lib/go/thrift$(COMPILER_EXTRAFLAG) ../../../../tutorial/tutorial.thrift - cd gen-go/shared && go mod init shared - cd gen-go/tutorial && go mod init tutorial +# cd gen-go/shared && go mod init shared +# cd gen-go/tutorial && go mod init tutorial touch gopathfuzz check: gopathfuzz