File tree Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 11export GOPROXY=https ://proxy.golang.org
22
33APPARMORTAG := $(shell hack/apparmor_tag.sh)
4- STORAGETAGS := $(shell ./btrfs_tag.sh) $( shell ./ btrfs_installed_tag.sh) $(shell ./hack/libsubid_tag.sh)
4+ STORAGETAGS := $(shell ./btrfs_installed_tag.sh) $(shell ./hack/libsubid_tag.sh)
55SECURITYTAGS ?= seccomp $(APPARMORTAG )
66TAGS ?= $(SECURITYTAGS ) $(STORAGETAGS ) $(shell ./hack/systemd_tag.sh) $(shell ./hack/sqlite_tag.sh)
77ifeq ($(shell uname -s) ,FreeBSD)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ export LDFLAGS="-X main.buildInfo=`date +%s` -X main.cniVersion=${CNI_VERSION}"
125125
126126export BUILDTAGS= "seccomp $(hack/systemd_tag.sh) $(hack/libsubid_tag.sh) libsqlite3"
127127%if ! %{defined build_with_btrfs }
128- export BUILDTAGS+= " btrfs_noversion exclude_graphdriver_btrfs"
128+ export BUILDTAGS+= " exclude_graphdriver_btrfs"
129129%endif
130130
131131%if %{defined fips }
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ docker pull registry.fedoraproject.org/fedora-minimal
2929
3030You can run all of the tests with go test (and under ` buildah unshare ` or ` podman unshare ` if you're not root):
3131```
32- go test -v -timeout=30m -tags "$(./btrfs_tag.sh) $(./ btrfs_installed_tag.sh)" ./tests/conformance
32+ go test -v -timeout=30m -tags "$(./btrfs_installed_tag.sh)" ./tests/conformance
3333```
3434
3535If you want to run one of the test cases you can use the "-run" flag:
3636```
37- go test -v -timeout=30m -tags "$(./btrfs_tag.sh) $(./ btrfs_installed_tag.sh)" -run TestConformance/shell ./tests/conformance
37+ go test -v -timeout=30m -tags "$(./btrfs_installed_tag.sh)" -run TestConformance/shell ./tests/conformance
3838```
3939
4040If you also want to build and compare on a line-by-line basis, run:
4141```
42- go test -v -timeout=60m -tags "$(./btrfs_tag.sh) $(./ btrfs_installed_tag.sh)" ./tests/conformance -compare-layers
42+ go test -v -timeout=60m -tags "$(./btrfs_installed_tag.sh)" ./tests/conformance -compare-layers
4343```
You can’t perform that action at this time.
0 commit comments