Skip to content

Commit

Permalink
Merge pull request #45 from pika-org/hwloc-binaries
Browse files Browse the repository at this point in the history
Add hwloc executables to base image
  • Loading branch information
msimberg committed Mar 21, 2024
2 parents c2bce39 + d4aa47f commit 256dbfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
branches: main

env:
base_image_version: 22
base_image_version: 23
base_image_name: pika-ci-base
hip_base_image_version: 21
hip_image_version: 14
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN apt-get update && apt-get dist-upgrade --yes && \
git \
graphviz \
grcov \
hwloc \
make \
libclang-rt-dev \
libboost-filesystem-dev \
Expand Down

0 comments on commit 256dbfa

Please sign in to comment.