FIXES #5398: pkg/graphdb build only dependent on cgo tag
Docker-DCO-1.1-Signed-off-by: Bryan Matsuo <bryan.matsuo@gmail.com> (github: bmatsuo)
This commit is contained in:
parent
bcfc527abb
commit
3c1ad30029
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
// +build linux,amd64 freebsd,cgo
|
||||
// +build cgo
|
||||
|
||||
package graphdb
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !linux,!freebsd linux,!amd64 freebsd,!cgo
|
||||
// +build !cgo
|
||||
|
||||
package graphdb
|
||||
|
||||
|
|
Loading…
Reference in a new issue