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

Compile with MinGW #234

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

Compile with MinGW

6f3ddbc
Select commit
Loading
Failed to load commit list.
Open

Compile with MinGW #234

Compile with MinGW
6f3ddbc
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 13, 2023 in 41m 3s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #234 Compile with MinGW.
Any changes that have been made to the 3.3 branch before the build ran are also included.

Jobs and Stages

This build has 12 jobs, running in two sequential stages.

Stage 1: Minimal

This stage passed.

Job ENV OS State
1767.1 CS 10.6 srv=mariadb v=10.6 packet=8 Linux passed

Stage 2: Community

This stage passed.

Job ENV OS State
1767.2 srv=mariadb v=10.11 windows passed
1767.3 CS 10.4 srv=mariadb v=10.4 local=1 Linux passed
1767.4 CS 10.5 srv=mariadb v=10.5 local=1 Linux passed
1767.5 CS 10.9 srv=mariadb v=10.9 local=1 Linux passed
1767.6 CS 10.10 srv=mariadb v=10.10 local=1 Linux passed
1767.7 CS 10.11 srv=mariadb v=10.11 local=1 Linux passed
1767.8 CS 10.11 with ps-protocol srv=mariadb v=10.11 local=1 TEST_OPTION=--ps-protocol Linux passed
1767.9 CS 11.0 srv=mariadb v=11.0 local=1 Linux passed
1767.10 CS 11.1 srv=mariadb v=11.1 local=1 Linux passed
1767.11 MySQL 5.7 srv=mysql v=5.7 native=1 Linux passed
1767.12 MySQL 8.0 srv=mysql v=8.0 native=1 Linux passed

Build Configuration

Build Option Setting
Language C
Operating System Linux (Focal)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "services": [
    "docker"
  ],
  "addons": {
    "hosts": [
      "mariadb.example.com"
    ]
  },
  "cache": {
    "apt": true,
    "ccache": true,
    "directories": [
      "$HOME/docker"
    ]
  },
  "before_install": [
    "git clone https://github.com/mariadb-corporation/connector-test-machine.git",
    "if [[ -d $HOME/docker ]]; then ls $HOME/docker/*.tar.gz | xargs -I {file} sh -c \"zcat {file} | docker load\"; fi"
  ],
  "install": [
    "if [ -z \"$server_branch\" ] ; then\n  case $TRAVIS_OS_NAME in\n    windows)\n      connector-test-machine/launch.bat -t \"$srv\" -v \"$v\" -d testc\n      ;;\n    linux)\n      source connector-test-machine/launch.sh -t \"$srv\" -v \"$v\" -d testc -l \"$local\" -n \"$native\"\n      ;;\n  esac\nfi"
  ],
  "env": [
    "jobs={:local=>\"0\"}"
  ],
  "stages": [
    {
      "name": "Minimal"
    },
    {
      "name": "Enterprise",
      "if": "type = push AND fork = false"
    },
    {
      "name": "Community"
    }
  ],
  "jobs": {
    "fast_finish": true,
    "allow_failures": [
      {
        "env": [
          {
            "srv": "maxscale"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "skysql"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "skysql-ha"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "xpand"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mysql",
            "v": "5.7"
          }
        ]
      },
      {
        "env": [
          {
            "srv": "mysql",
            "v": "8.0"
          }
        ]
      }
    ],
    "include": [
      {
        "stage": "Minimal",
        "env": [
          {
            "srv": "mariadb",
            "v": "10.6",
            "packet": "8"
          }
        ],
        "name": "CS 10.6"
      },
      {
        "env": [
          {
            "srv": "mariadb-es"
          }
        ],
        "name": "ES latest",
        "if": "type = push AND fork = false"
      },
      {
        "stage": "Enterprise",
        "env": [
          {
            "srv": "mariadb-es",
            "v": "10.4"
          }
        ],
        "dist": "bionic",
        "name": "ES 10.4"
      },
      {
        "env": [
          {
            "srv": "mariadb-es",
            "v": "10.5"
          }
        ],
        "dist": "bionic",
        "name": "ES 10.5"
      },
      {
        "env": [
          {
            "srv": "mariadb-es",
            "v": "10.6"
          }
        ],
        "name": "ES 10.6"
      },
      {
        "env": [
          {
            "srv": "mariadb-es-test",
            "v": "23.08"
          }
        ],
        "name": "ES 23.08"
      },
      {
        "env": [
          {
            "srv": "maxscale"
          }
        ],
        "name": "Maxscale"
      },
      {
        "env": [
          {
            "srv": "skysql"
          }
        ],
        "name": "SkySQL"
      },
      {
        "env": [
          {
            "srv": "skysql-ha"
          }
        ],
        "name": "SkySQL with replication"
      },
      {
        "env": [
          {
            "srv": "xpand"
          }
        ],
        "name": "Xpand"
      },
      {
        "stage": "Community",
        "env": [
          {
            "srv": "mariadb",
            "v": "10.11"
          }
        ],
        "os": "windows",
        "language": "shell"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.4",
            "local": "1"
          }
        ],
        "dist": "bionic",
        "name": "CS 10.4"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.5",
            "local": "1"
          }
        ],
        "dist": "bionic",
        "name": "CS 10.5"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.9",
            "local": "1"
          }
        ],
        "name": "CS 10.9"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.10",
            "local": "1"
          }
        ],
        "name": "CS 10.10"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.11",
            "local": "1"
          }
        ],
        "name": "CS 10.11"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "10.11",
            "local": "1",
            "TEST_OPTION": "--ps-protocol"
          }
        ],
        "name": "CS 10.11 with ps-protocol"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "11.0",
            "local": "1"
          }
        ],
        "name": "CS 11.0"
      },
      {
        "env": [
          {
            "srv": "mariadb",
            "v": "11.1",
            "local": "1"
          }
        ],
        "name": "CS 11.1"
      },
      {
        "env": [
          {
            "srv": "mysql",
            "v": "5.7",
            "native": "1"
          }
        ],
        "name": "MySQL 5.7"
      },
      {
        "env": [
          {
            "srv": "mysql",
            "v": "8.0",
            "native": "1"
          }
        ],
        "name": "MySQL 8.0"
      }
    ]
  },
  "script": [
    "./travis.sh"
  ]
}