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

GO15VENDOREXPERIMENT=1 #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

GO15VENDOREXPERIMENT=1 #113

wants to merge 1 commit into from

Conversation

kuba
Copy link
Owner

@kuba kuba commented Jun 13, 2016

@jsha
Copy link

jsha commented Jun 13, 2016

This is good and useful, but the failures you are seeing:

ERROR 1064 (42000) at line 19: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'IF NOT EXISTS 'policy'@'localhost'' at line 1

Indicates that you're running MariaDB 10.0. Boulder now depends on MariaDB 10.1 and uses the new-style "IF NOT EXISTS" syntax for creating users.

It's a little tricky to get MariaDB 10.1 installed on Travis. In certbot and boulder we have started using Docker to run Boulder along with the right versions of RabbitMQ and MariaDB.

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