File: rules

package info (click to toggle)
golang-k8s-apimachinery 0.33.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,648 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --builddirectory=_build --buildsystem=golang

execute_before_dh_auto_test:
	# these tests fail because they need to load a big swagger.json file
	# that is found in github.com/kubernetes/kubernetes
	find _build/src/k8s.io/apimachinery/pkg/util/managedfields -name "*_test.go" -delete