Skip to content

Commit

Permalink
Fix installing CI dependencies on Fedora 38
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Nov 26, 2023
1 parent 15ddde1 commit 94a8b63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ then
llvm llvm-devel llvm-static libstdc++-devel libstdc++-static \
libffi-devel zlib-devel

elif [ "${1}" = "fedora:38" ]
then
dnf install --assumeyes gcc make tar git \
llvm${LLVM_VERSION} llvm${LLVM_VERSION}-devel \
llvm${LLVM_VERSION}-static libstdc++-devel libstdc++-static \
libffi-devel zlib-devel

elif [ "${1}" = "fedora:latest" ]
then
dnf install --assumeyes gcc make tar git \
Expand Down

0 comments on commit 94a8b63

Please sign in to comment.