From b50f6210187d8542a57dff8c1160b957a1d2e504 Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Wed, 28 Sep 2022 18:05:02 +0100 Subject: [PATCH] run simple Go test only Last-Update: 2022-04-01 Race testing is available on amd64, ppc64le and arm64 only. Gbp-Pq: Name no_go_race.patch --- lib/go/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/go/Makefile.am b/lib/go/Makefile.am index 06399f5..788a053 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 -mod=mod -stdmethods=false github.com/apache/thrift/lib/go/thrift - $(GO) test -mod=mod -race ./thrift + $(GO) test -mod=mod ./thrift clean-local: $(RM) -rf pkg -- 2.30.2