Skip to content

Commit

Permalink
FIXES moby#5398: pkg/graphdb build only dependent on cgo tag
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Bryan Matsuo <bryan.matsuo@gmail.com> (github: bmatsuo)
  • Loading branch information
bmatsuo committed Apr 30, 2014
1 parent 8caef61 commit 99284a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/graphdb/conn_sqlite3.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build linux,amd64 freebsd,cgo
// +build cgo

package graphdb

Expand Down
2 changes: 1 addition & 1 deletion pkg/graphdb/conn_unsupported.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !linux,!freebsd linux,!amd64 freebsd,!cgo
// +build !cgo

package graphdb

Expand Down

0 comments on commit 99284a2

Please sign in to comment.