Skip to content

Commit

Permalink
Drop MariaDB 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Sep 8, 2020
1 parent 02a3511 commit 95f21a8
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 317 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,6 @@ jobs:
- run: make test
- run: . ../release.sh

mariadb-101:
working_directory: ~/repo/10
machine: true
environment:
- ALPINE_VER: 3.8
- BASE_IMAGE_STABILITY_TAG: 2.5.0
- MARIADB_VER: 10.1.46
- TAGS: 10.1
steps:
- checkout:
path: ~/repo
- run: make
- run: make test
- run: . ../release.sh

workflows:
build-test-release:
jobs:
Expand All @@ -115,7 +100,3 @@ workflows:
filters:
tags:
only: /.*/
- mariadb-101:
filters:
tags:
only: /.*/
3 changes: 1 addition & 2 deletions 10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ RUN set -xe; \
gnupg \
libaio-dev \
linux-pam-dev \
# MariaDB 10.1 does not support OpenSSL 1.1.
$(test "${MARIADB_VER:0:4}" = "10.1" && echo 'libressl-dev' || echo 'openssl-dev') \
openssl-dev \
linux-headers \
ncurses-dev \
patch \
Expand Down
33 changes: 0 additions & 33 deletions 10/patches/10.1/fix-mysql-install-db-path.patch

This file was deleted.

15 changes: 0 additions & 15 deletions 10/patches/10.1/pcre.cmake.patch

This file was deleted.

75 changes: 0 additions & 75 deletions 10/patches/10.1/ppc-remove-glibc-dep.patch

This file was deleted.

103 changes: 0 additions & 103 deletions 10/templates/10.1/my.cnf.tmpl

This file was deleted.

Loading

0 comments on commit 95f21a8

Please sign in to comment.