Skip to content
This repository was archived by the owner on Jun 28, 2018. It is now read-only.

Commit 5593c98

Browse files
committed
Merge pull request #78 from raizyr/sqlite3_is_cgo
https://github.com/mattn/go-sqlite3 is cgo, so CGO_ENABLED must be true
2 parents 081a4e2 + 5a245a9 commit 5593c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ go-build:
1414
<<: *go
1515
command: sh -c 'go get -v && go build -ldflags ''-s'' -o migrater'
1616
environment:
17-
CGO_ENABLED: 0
17+
CGO_ENABLED: 1
1818
postgres:
1919
image: postgres
2020
mysql:

0 commit comments

Comments
 (0)