From e672487aeaf854bf98e8d1cef6d5f9ccd11bb4e4 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 2 Aug 2022 12:51:46 +0800 Subject: [PATCH] up --- compatibility.md | 2 +- scripts/install/opensuse.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compatibility.md b/compatibility.md index 8372c7f9b..4bcc36432 100644 --- a/compatibility.md +++ b/compatibility.md @@ -61,7 +61,7 @@ cd /www/server/mdserver-web/plugins/php/versions && bash all_test.sh | Ubuntu 22.04 |✅ |✅ |✅ |✅ | | Fedora 31 |✅ |✅ |✅ |✅ | | Fedora 32 |✅ |✅ |✅ |✅ | -| AlmaLinux 9 |✅ |:x: |✅ |✅ | +| AlmaLinux 9 |✅ |✅ |✅ |✅ | | RockyLinux 8.6 |✅ |✅ |✅ |✅ | | Arch Linux |✅ |✅ |✅ |✅ | | openSUSE 15.4 |✅ |✅ |✅ |:x: | diff --git a/scripts/install/opensuse.sh b/scripts/install/opensuse.sh index ba02326d1..c4d4a2bf2 100644 --- a/scripts/install/opensuse.sh +++ b/scripts/install/opensuse.sh @@ -28,7 +28,6 @@ zypper install -y libevent-devel zypper install -y libtirpc-devel zypper install -y rpcgen -zypper install -y libmcrypt libmcrypt-devel zypper install -y libzip libzip-devel zypper install -y libmemcached libmemcached-devel @@ -36,6 +35,7 @@ zypper install -y icu libicu-devel zypper install -y sqlite3 sqlite3-devel zypper install -y oniguruma-devel +# zypper install -y libmcrypt libmcrypt-devel # zypper install -y protobuf # zypper install -y zlib-devel