This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new af4d68cb Fix GLIBC link issue in archlinux CI (#1633)
af4d68cb is described below
commit af4d68cb7a667d1c5e5d2d6416cfd847e5f24da0
Author: Twice <[email protected]>
AuthorDate: Fri Aug 4 11:02:01 2023 +0800
Fix GLIBC link issue in archlinux CI (#1633)
---
.github/workflows/kvrocks.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 47fd911a..0de57dcf 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -324,10 +324,12 @@ jobs:
ln -s /opt/rh/devtoolset-11/root/bin/gcc /usr/bin/gcc
mv /usr/bin/g++ /usr/bin/g++-4.8.5
ln -s /opt/rh/devtoolset-11/root/bin/g++ /usr/bin/g++
+
- name: Setup ArchLinux
if: ${{ startsWith(matrix.image, 'archlinux') }}
run: |
- yes|pacman -Sy autoconf automake python3 git wget which cmake make
gcc
+ pacman -Syu --noconfirm
+ pacman -Sy --noconfirm autoconf automake python3 git wget which
cmake make gcc
echo "NPROC=$(nproc)" >> $GITHUB_ENV
- name: Cache redis