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

Add musl-libc build to Travis CI #1437

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -32,6 +32,7 @@ env:
- CC_VERSION=7 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=rocksdb,versioning
- CC_VERSION=7 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=csv,federated,funcs_1,funcs_2,gcol,handler,heap,json,maria,perfschema,plugins,multi_source,roles
- CC_VERSION=8 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=main
- CC_VERSION=9 BUILD_CC="musl-gcc" MYSQL_TEST_SUITES=main

matrix:
exclude:
Expand Down Expand Up @@ -129,6 +130,8 @@ addons:
- g++-7
- gcc-8
- g++-8
- gcc-9
- g++-9
- clang-6.0
- llvm-6.0-dev
- clang-7
Expand All @@ -152,6 +155,7 @@ addons:
- libnuma-dev
- libxml2-dev
- lsb-release
- musl-tools
- perl
- psmisc
- zlib1g-dev
Expand Down