Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix issue with go-sqlite3 build #1410

Merged
merged 1 commit into from
Jun 13, 2019

Conversation

accordeiro
Copy link
Member

This PR fixes an issue that occurs with tests run through CI that depend on go-sqlite3, such as:

https://circleci.com/gh/stellar/go/2116
https://circleci.com/gh/stellar/go/2120

The fix is done by running go install for the go-sqlite3 package prior to running tests, as suggested on mattn/go-sqlite3#224.

@accordeiro accordeiro marked this pull request as ready for review June 13, 2019 14:08
@accordeiro accordeiro requested review from poliha and bartekn June 13, 2019 14:08
@accordeiro accordeiro self-assigned this Jun 13, 2019
@accordeiro accordeiro merged commit 572c041 into stellar:master Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants