Codebase list golang-github-containers-common / 9ce29eb
fix exclusion of cgroup tests Reinhard Tartler 3 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 # get './pkg/config/containers.conf' installed
33 export DH_GOLANG_INSTALL_ALL := 1
4 export DH_GOLANG_EXCLUDES := pkg/cgroupv2
54
65 %:
76 dh $@ --builddirectory=_build --buildsystem=golang --with=golang
7
8 override_dh_auto_test:
9 DH_GOLANG_EXCLUDES="pkg/cgroupv2 pkg/config" \
10 dh_auto_test