Browse Source

Add dedupelabels tag to not build regular labels

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
pull/12304/head
Bryan Boreham 1 year ago
parent
commit
b39286fd1f
  1. 2
      model/labels/labels.go
  2. 2
      model/labels/sharding.go

2
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

2
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

Loading…
Cancel
Save