We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0e987 commit 0893aebCopy full SHA for 0893aeb
ci_setup.d
@@ -35,14 +35,12 @@ int main()
35
if(envGet("DB") == "mysql-5.6")
36
{
37
spawnShell("brew update").wait;
38
- spawnShell("brew install libevent").wait; // Is libevent still needed on OSX?
39
spawnShell("brew install mysql@5.6 && brew services start mysql56").wait;
40
mysqlPrefix = "/usr/local/opt/mysql@5.6/bin/";
41
}
42
else if(envGet("DB") == "mysql-latest")
43
44
45
46
spawnShell("brew install mysql && brew services start mysql").wait;
47
48
else
0 commit comments