Skip to content

Commit 278ef99

Browse files
committed
Update mariadb version for ppcle64 to 10.2.36
Previous version is no longer available at http://yum.mariadb.org/10.2/centos/7/ppc64le/rpms/. This change is necessary to build successfully.
1 parent 4946a61 commit 278ef99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing-mysql-server-5/repack-mysql-5.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BASEURL="https://dev.mysql.com/get/Downloads/MySQL-5.7"
77
PPC64LE_BASEURL="http://yum.mariadb.org/10.2/centos/7/ppc64le/rpms/"
88

99
LINUX_BASE=mysql-$VERSION-linux-glibc2.12-x86_64
10-
LINUX_PPC64LE_RPM=MariaDB-server-10.2.32-1.el7.centos.ppc64le.rpm
10+
LINUX_PPC64LE_RPM=MariaDB-server-10.2.36-1.el7.centos.ppc64le.rpm
1111
OSX_BASE=mysql-$VERSION-macos10.13-x86_64
1212

1313
TAR=tar

0 commit comments

Comments
 (0)