From b5523aa2c7c990aff876b83b59dbf9e0c719f3a7 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 1 Aug 2022 16:26:43 +0800 Subject: [PATCH] up --- compatibility.md | 34 +++++++++++++++++----------------- scripts/install/centos.sh | 4 ++++ 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/compatibility.md b/compatibility.md index 080d0e533..5fc63132e 100644 --- a/compatibility.md +++ b/compatibility.md @@ -48,21 +48,21 @@ cd /www/server/mdserver-web/plugins/php/versions && bash all_test.sh -| 系统名称 | MySQL55 |MySQL56 |MySQL57 |MySQL80 | -| ----------------- |-----------|-----------|-----------|-----------| -| CentOS 7.9 |✅ |✅ |✅ |✅ | -| CentOS 8.4 |:x: |✅ |✅ |✅ | -| CentOS 8 Stream |✅ |✅ |✅ |✅ | -| CentOS 9 Stream |✅ |:x: |✅ |✅ | -| Debian 10.3 |✅ |✅ |✅ |:x: | -| Debian 11.3 |✅ |✅ |✅ |✅ | -| Ubuntu 18.04 |✅ |✅ |✅ |:x: | -| Ubuntu 20.04 |✅ |✅ |✅ |:x: | -| Ubuntu 22.04 |✅ |✅ |✅ |✅ | -| Fedora 31 |✅ |✅ |✅ |✅ | -| Fedora 32 |✅ |✅ |✅ |✅ | -| AlmaLinux 9 |✅ |:x: |✅ |✅ | -| RockyLinux 8.6 |✅ |✅ |✅ |✅ | -| Arch Linux |✅ |✅ |✅ |✅ | -| openSUSE 15.4 |✅ |✅ |✅ |:x: | +| 系统名称 | MySQL55|MySQL56|MySQL57|MySQL80| +| ----------------- |-------|--------|-------|-------| +| CentOS 7.9 |✅ |✅ |✅ |✅ | +| CentOS 8.4 |✅ |✅ |✅ |✅ | +| CentOS 8 Stream |✅ |✅ |✅ |✅ | +| CentOS 9 Stream |✅ |:x: |✅ |✅ | +| Debian 10.3 |✅ |✅ |✅ |:x: | +| Debian 11.3 |✅ |✅ |✅ |✅ | +| Ubuntu 18.04 |✅ |✅ |✅ |:x: | +| Ubuntu 20.04 |✅ |✅ |✅ |:x: | +| Ubuntu 22.04 |✅ |✅ |✅ |✅ | +| Fedora 31 |✅ |✅ |✅ |✅ | +| Fedora 32 |✅ |✅ |✅ |✅ | +| AlmaLinux 9 |✅ |:x: |✅ |✅ | +| RockyLinux 8.6 |✅ |✅ |✅ |✅ | +| Arch Linux |✅ |✅ |✅ |✅ | +| openSUSE 15.4 |✅ |✅ |✅ |:x: | diff --git a/scripts/install/centos.sh b/scripts/install/centos.sh index 36a8e0c7a..fec285bdd 100755 --- a/scripts/install/centos.sh +++ b/scripts/install/centos.sh @@ -122,6 +122,10 @@ for yumPack in flex file libtool libtool-libs kernel-devel patch wget glib2 glib do yum -y install $yumPack;done +if [ "$VERSION_ID" -eq "8" ];then + dnf upgrade -y libmodulemd +fi + if [ "$VERSION_ID" -eq "9" ];then yum install -y patchelf dnf --enablerepo=crb install -y libtirpc-devel