Merge pull request #2344 from kolyshkin/no-dm

Makefile,.golangci.yml: rm exclude_graphdriver_devicemapper
This commit is contained in:
openshift-merge-bot[bot] 2025-03-04 10:39:51 +00:00 committed by GitHub
commit c5300bbc84
3 changed files with 1 additions and 3 deletions

View File

@ -13,7 +13,6 @@ run:
- selinux
- systemd
- exclude_graphdriver_btrfs
- exclude_graphdriver_devicemapper
- containers_image_openpgp
concurrency: 6
deadline: 5m

View File

@ -6,7 +6,6 @@ run:
- selinux
- systemd
- exclude_graphdriver_btrfs
- exclude_graphdriver_devicemapper
- containers_image_openpgp
- cni
timeout: 5m

View File

@ -2,7 +2,7 @@ export GOPROXY=https://proxy.golang.org
GO ?= go
GO_BUILD=$(GO) build
BUILDTAGS := containers_image_openpgp,systemd,exclude_graphdriver_devicemapper
BUILDTAGS := containers_image_openpgp,systemd
DESTDIR ?=
PREFIX := /usr/local
CONFIGDIR := ${PREFIX}/share/containers