mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix libmysql download to stable URL
This commit is contained in:
parent
4b95da6163
commit
d9a9696e89
2 changed files with 2 additions and 3 deletions
|
@ -15,10 +15,9 @@ runs:
|
|||
set -x
|
||||
LIBMYSQL=${{ inputs.libmysql }}
|
||||
MYSQL_BASE=${LIBMYSQL%%-linux-*}
|
||||
MYSQL_VERSION=${MYSQL_BASE#*-}
|
||||
MYSQL_DIR=$HOME/$MYSQL_BASE
|
||||
mkdir -p $MYSQL_DIR
|
||||
URL=https://cdn.mysql.com/Downloads/MySQL-${MYSQL_VERSION%.*}/$LIBMYSQL
|
||||
URL=https://downloads.mysql.com/archives/get/p/23/file/$LIBMYSQL
|
||||
wget -nv $URL
|
||||
tar -xf $LIBMYSQL --strip-components=1 -C $MYSQL_DIR
|
||||
PDO_MYSQL=${MYSQL_DIR}
|
||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -745,7 +745,7 @@ jobs:
|
|||
uses: ./.github/actions/build-libmysqlclient
|
||||
with:
|
||||
configurationParameters: --enable-werror
|
||||
libmysql: mysql-8.0.35-linux-glibc2.28-x86_64.tar.xz
|
||||
libmysql: mysql-8.0.36-linux-glibc2.28-x86_64.tar.xz
|
||||
withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
|
||||
- name: Test mysql-8.0
|
||||
uses: ./.github/actions/test-libmysqlclient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue