diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-02 16:27:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-02 16:27:32 -0300 |
commit | e0a9d84eee22cef363bd6a399c47da9ccf6116f1 (patch) | |
tree | d5f93cc984b6b9d055dd8ad87ca43b19badf2b76 /tools | |
parent | 613976cbee0a6d3e080a02ac27c104e8625c3360 (diff) | |
parent | 4effbb02d2e656d0d8f33e4337b4b932d6ae8ce7 (diff) | |
download | evol-hercules-e0a9d84eee22cef363bd6a399c47da9ccf6116f1.tar.gz evol-hercules-e0a9d84eee22cef363bd6a399c47da9ccf6116f1.tar.bz2 evol-hercules-e0a9d84eee22cef363bd6a399c47da9ccf6116f1.tar.xz evol-hercules-e0a9d84eee22cef363bd6a399c47da9ccf6116f1.zip |
Merge branch 'master' into tmw2
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ci/jobs/gcc6.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/gcc6.sh b/tools/ci/jobs/gcc6.sh index 85f6748..d9a9aac 100755 --- a/tools/ci/jobs/gcc6.sh +++ b/tools/ci/jobs/gcc6.sh @@ -9,7 +9,7 @@ source ./tools/ci/scripts/init.sh aptget_install gcc-6 \ git-core \ make autoconf automake autopoint \ - libtool libmysqlclient-dev libz-dev libpcre3-dev + libtool mariadb-client libmariadbclient-dev-compat libz-dev libpcre3-dev do_init build_init |