1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

Travis fixes:

- Build x64 (for some unknown reason default windows build
  on travis is x86)
- Disable conc336
This commit is contained in:
Georg Richter
2024-10-02 10:23:40 +02:00
parent 997f0dee0e
commit d00de5f997
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ int main(int argc, char *argv[]) {
if (IS_SKYSQL(hostname))
return 0;
SKIP_TRAVIS(();
if (IS_XPAND())
SKIP_XPAND;