File: rules

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

export DH_GOLANG_EXCLUDES := example

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

# runtime: out of memory: cannot allocate 1073741824-byte block (3225026560 in use)
SKIP=TestBindBiggerThanMaxMessageBodyLen|TestQueryBiggerThanMaxMessageBodyLen
override_dh_auto_test:
	dh_auto_test $(DH_BUILD_OPTS) -- -skip="$(SKIP)"