diff --git a/components/engine/pkg/graphdb/conn_sqlite3.go b/components/engine/pkg/graphdb/conn_sqlite3.go index 5b5f8e6bfc..33355ae4dc 100644 --- a/components/engine/pkg/graphdb/conn_sqlite3.go +++ b/components/engine/pkg/graphdb/conn_sqlite3.go @@ -1,4 +1,4 @@ -// +build linux,amd64 freebsd,cgo +// +build cgo package graphdb diff --git a/components/engine/pkg/graphdb/conn_unsupported.go b/components/engine/pkg/graphdb/conn_unsupported.go index 0a48634336..3895051661 100644 --- a/components/engine/pkg/graphdb/conn_unsupported.go +++ b/components/engine/pkg/graphdb/conn_unsupported.go @@ -1,4 +1,4 @@ -// +build !linux,!freebsd linux,!amd64 freebsd,!cgo +// +build !cgo package graphdb