Skip to content

Commit

Permalink
Further simplify LLVM/CUDA dependencies file
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnobre committed Jun 27, 2023
1 parent b7a1783 commit 5ebbb76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v3
- name: Dependencies
run: |
.github/workflows/dependencies/dependencies_llvm_cuda11_ubuntu22.sh
.github/workflows/dependencies/dependencies_llvm_cuda11_clang15.sh
.github/workflows/dependencies/dependencies_ccache.sh
- name: Set Up Cache
uses: actions/cache@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,10 @@ set -eu -o pipefail

sudo apt-get -qqq update
sudo apt-get install -y \
build-essential \
ca-certificates \
clang-15 \
libc++-15-dev \
libc++abi-15-dev \
libc++1-15 \
libc++abi1-15 \
cmake \
gnupg \
libopenmpi-dev \
openmpi-bin \
pkg-config \
wget
libc++abi1-15

.github/workflows/dependencies/dependencies_nvcc.sh 11.7

0 comments on commit 5ebbb76

Please sign in to comment.