Skip to content

Commit

Permalink
Remove rocm-llvm-dev from "Libraries" and "Applications" workflows
Browse files Browse the repository at this point in the history
This package shouldn't be required for these workflows.

Signed-off-by: David Galiffi <David.Galiffi@amd.com>
  • Loading branch information
dgaliffiAMD committed Aug 12, 2024
1 parent 3fe2ba2 commit e7e9a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
apt-get -y install ./amdgpu-install_${{ env.AMDGPU_INSTALLER_VERSION }}_all.deb &&
apt-get update -qq &&
apt-get install -y \
rocm-dev rocm-llvm rocm-llvm-dev \
rocm-dev rocm-llvm \
rocrand-dev hiprand-dev \
rocprim-dev hipcub-dev
rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
apt-get -y install ./amdgpu-install_${{ env.AMDGPU_INSTALLER_VERSION }}_all.deb &&
apt-get update -qq &&
apt-get install -y \
rocm-dev rocm-llvm rocm-llvm-dev \
rocm-dev rocm-llvm \
rocrand-dev hiprand-dev \
rocprim-dev hipcub-dev \
rocblas-dev hipblas-dev \
Expand Down

0 comments on commit e7e9a3d

Please sign in to comment.