Merge pull request #720 from rhatdan/storage

Remove no_libsubid flag
This commit is contained in:
openshift-ci[bot] 2021-08-10 18:13:14 +00:00 committed by GitHub
commit 912b7a0eb2
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ GO_BUILD=$(GO) build
ifeq ($(shell go help mod >/dev/null 2>&1 && echo true), true)
GO_BUILD=GO111MODULE=on $(GO) build -mod=vendor
endif
BUILDTAGS := containers_image_openpgp,systemd,no_libsubid,exclude_graphdriver_devicemapper
BUILDTAGS := containers_image_openpgp,systemd,exclude_graphdriver_devicemapper
DESTDIR ?=
PREFIX := /usr/local
CONFIGDIR := ${PREFIX}/share/containers
@ -81,7 +81,7 @@ docs:
.PHONY: validate
validate: build/golangci-lint
./build/golangci-lint run --build-tags no_libsubid
./build/golangci-lint run
./tools/validate_seccomp.sh ./pkg/seccomp
vendor-in-container: