Skip to content

Commit

Permalink
Add boost-devel to Java CI Docker image (rapidsai#16707)
Browse files Browse the repository at this point in the history
Fixes rapidsai#16678.  Adds the boost-devel package to the Java CI Docker environment now that the Boost headers are not being picked up implicitly after libcudf dropped the Arrow dependency in rapidsai#16640.  libcudfjni still requires Arrow for now, and thus requires Boost headers.

Authors:
  - Jason Lowe (https://github.com/jlowe)

Approvers:
  - Alessandro Bellina (https://github.com/abellina)
  - Bradley Dice (https://github.com/bdice)

URL: rapidsai#16707
  • Loading branch information
jlowe authored Sep 3, 2024
1 parent 557aabf commit 25779d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/ci/Dockerfile.rocky
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARG TARGETPLATFORM=linux/amd64
FROM --platform=$TARGETPLATFORM nvidia/cuda:$CUDA_VERSION-devel-rockylinux$OS_RELEASE
ARG TOOLSET_VERSION=11
### Install basic requirements
RUN dnf --enablerepo=powertools install -y scl-utils gcc-toolset-${TOOLSET_VERSION} git zlib-devel maven tar wget patch ninja-build
RUN dnf --enablerepo=powertools install -y scl-utils gcc-toolset-${TOOLSET_VERSION} git zlib-devel maven tar wget patch ninja-build boost-devel
## pre-create the CMAKE_INSTALL_PREFIX folder, set writable by any user for Jenkins
RUN mkdir /usr/local/rapids /rapids && chmod 777 /usr/local/rapids /rapids

Expand Down

0 comments on commit 25779d9

Please sign in to comment.