From b39286fd1fb3ba7ab75f17762524bcbbaf63eb0e Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Thu, 23 Nov 2023 19:14:24 +0000 Subject: [PATCH] Add dedupelabels tag to not build regular labels Signed-off-by: Bryan Boreham --- model/labels/labels.go | 2 +- model/labels/sharding.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/model/labels/labels.go b/model/labels/labels.go index f145dfc5f8..a482d2a835 100644 --- a/model/labels/labels.go +++ b/model/labels/labels.go @@ -11,7 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build !stringlabels +//go:build !stringlabels && !dedupelabels package labels diff --git a/model/labels/sharding.go b/model/labels/sharding.go index 6b4119860a..5e3e89fbbb 100644 --- a/model/labels/sharding.go +++ b/model/labels/sharding.go @@ -11,7 +11,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -//go:build !stringlabels +//go:build !stringlabels && !dedupelabels package labels