Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/setup-centos9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ function install_build_prerequisites {
dnf config-manager --set-enabled crb
dnf update -y
fi
dnf_install autoconf automake ccache gcc-toolset-12 gcc-toolset-14 git libtool \
ninja-build python3-pip python3-devel wget which
dnf_install autoconf automake ccache clang gcc-toolset-12 gcc-toolset-14 git libtool \
llvm ninja-build python3-pip python3-devel wget which

install_uv
uv_install [email protected]
Expand Down
Loading