projects
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9a9856
)
Go mod can't be specified
author
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Sun, 17 Sep 2023 13:13:50 +0000
(14:13 +0100)
committer
Laszlo Boszormenyi (GCS)
<gcs@debian.org>
Sun, 17 Sep 2023 13:13:50 +0000
(14:13 +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
patch
|
blob
|
history
diff --git
a/lib/go/test/fuzz/Makefile.am
b/lib/go/test/fuzz/Makefile.am
index 56f138a7e2f7b64a9375edd499eb080ced0f9f2e..89c299d03d213780011b7998a3d2f99c1c797e6b 100644
(file)
--- 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