Go mod can't be specified
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Wed, 22 Jan 2025 21:44:47 +0000 (22:44 +0100)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Wed, 22 Jan 2025 21:44:47 +0000 (22:44 +0100)
Forwarded: no
Last-Update: 2023-07-02

Just delete those from Go invocation.

Gbp-Pq: Name go_no_mod.patch

lib/go/test/fuzz/Makefile.am

index 56f138a7e2f7b64a9375edd499eb080ced0f9f2e..89c299d03d213780011b7998a3d2f99c1c797e6b 100644 (file)
@@ -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