Skip to content

Commit 6498a6b

Browse files
CI: Remove rocthrust development package from CI images. (#168)
We are not currently using this package for any testing. On Ubuntu, this was causing runtime issues, as we were accidentally selecting librocthrust-dev (instead of rocthrust-dev). This is an older Ubuntu supplied version of the library that installed some older HIP libraries with it.
1 parent ff74796 commit 6498a6b

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

util/docker/DOCKERFILE.ais_ci_rocky

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ EOF
4848
# clang version == 19
4949
# libssl-dev == openssl-devel
5050
# llvm-dev == llvm-devel
51-
# librocthrust-dev == rocthrust-devel
5251
# Defaults to gcc11. On 9.6 gcc14 seems to be present.
5352
# Use gcc13 to match Ubuntu24.
5453
RUN dnf makecache && \
@@ -64,7 +63,6 @@ RUN dnf makecache && \
6463
libmount-devel \
6564
llvm-devel \
6665
openssl-devel \
67-
rocthrust-devel \
6866
rpm-build
6967

7068
# Configure system linker for ROCm

util/docker/DOCKERFILE.ais_ci_suse

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ RUN zypper install -y \
6161
libopenssl-devel \
6262
llvm19-devel \
6363
rocm-device-libs \
64-
rocthrust-devel \
6564
rpm-build
6665

6766
# Configure system linker for ROCm

util/docker/DOCKERFILE.ais_ci_ubuntu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ RUN apt update && \
4141
hip-dev \
4242
libboost-program-options-dev \
4343
libmount-dev \
44-
librocthrust-dev \
4544
libssl-dev \
4645
llvm-dev \
4746
rocm-llvm-dev

0 commit comments

Comments
 (0)