Skip to content

Commit

Permalink
Merge pull request #931 from dlipovetsky/remove-selinux-buildtag
Browse files Browse the repository at this point in the history
Remove selinux build tag
  • Loading branch information
k8s-ci-robot authored May 12, 2022
2 parents 1a0b272 + 8c65977 commit df3aa7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ BINDIR ?= /usr/local/bin
VERSION := $(shell git describe --tags --dirty --always)
VERSION := $(VERSION:v%=%)
GO_LDFLAGS := -X $(PROJECT)/pkg/version.Version=$(VERSION)
BUILDTAGS := selinux

BUILD_PATH := $(shell pwd)/build
BUILD_BIN_PATH := $(BUILD_PATH)/bin
Expand Down Expand Up @@ -67,7 +66,6 @@ $(CRITEST):
CGO_ENABLED=0 $(GO_TEST) -c -o $@ \
-ldflags '$(GO_LDFLAGS)' \
-trimpath \
-tags '$(BUILDTAGS)' \
$(PROJECT)/cmd/critest

crictl:
Expand All @@ -77,7 +75,6 @@ $(CRICTL):
CGO_ENABLED=0 $(GO_BUILD) -o $@ \
-ldflags '$(GO_LDFLAGS)' \
-trimpath \
-tags '$(BUILDTAGS)' \
$(PROJECT)/cmd/crictl

clean:
Expand Down

0 comments on commit df3aa7e

Please sign in to comment.