Skip to content

Commit

Permalink
Fix GLIBC link issue in archlinux CI (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice committed Aug 4, 2023
1 parent 24a1354 commit af4d68c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kvrocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af4d68c

Please sign in to comment.