Skip to content

Commit 5321381

Browse files
committed
add other libs
1 parent c5df7f6 commit 5321381

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-17 100
4545
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-17 100
4646
sudo update-alternatives --install /usr/bin/clangd clangd /usr/bin/clangd-17 100
4747

48-
# Install CUDA and libstdc++ after clang is set up
49-
echo "Installing CUDA and libstdc++..."
50-
sudo apt-get install -y cuda-toolkit-12.8 libstdc++6 libstdc++-12-dev
48+
# Install CUDA and development libraries
49+
echo "Installing CUDA and development libraries..."
50+
sudo apt-get install -y cuda-toolkit-12.8 libstdc++6 libstdc++-12-dev libffi-dev libncurses-dev zlib1g-dev libxml2-dev git build-essential
5151

5252
# Verify clang installation
5353
echo "Verifying clang installation..."

0 commit comments

Comments
 (0)