From: Laszlo Boszormenyi (GCS) Date: Wed, 29 Jan 2025 20:16:20 +0000 (+0100) Subject: run simple Go test only X-Git-Tag: archive/raspbian/0.19.0-4+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c8802abf341d6c9815c5118de97c2707b3d8a580;p=thrift.git run simple Go test only Last-Update: 2023-07-05 Race testing is available on amd64, ppc64le and arm64 only. Gbp-Pq: Name no_go_race.patch --- diff --git a/lib/go/Makefile.am b/lib/go/Makefile.am index 18b6b75..c13f2ed 100644 --- a/lib/go/Makefile.am +++ b/lib/go/Makefile.am @@ -40,7 +40,7 @@ install: # https://github.com/golang/go/issues/52445 is fixed. check-local: $(GO) vet -stdmethods=false github.com/apache/thrift/lib/go/thrift - $(GO) test -race ./thrift + $(GO) test ./thrift clean-local: $(RM) -rf pkg