Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 2026-HPCIC/docker/Dockerfile.caliper
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ ENV CALI_INSTALL_PREFIX=/usr \
RUN git clone https://github.com/LLNL/Caliper.git ${GIT_CLONE_STAGING_DIR}/Caliper && \
cd ${GIT_CLONE_STAGING_DIR}/Caliper && \
git fetch origin && \
git checkout v2.12.1 && \
git checkout v2.15.0 && \
git submodule update --init --recursive && \
git clone https://github.com/LLNL/Adiak.git ${GIT_CLONE_STAGING_DIR}/Adiak && \
cd ${GIT_CLONE_STAGING_DIR}/Adiak && \
git fetch origin && \
git checkout v0.4.1 && \
git checkout v0.5.0 && \
git submodule update --init --recursive

RUN cd ${GIT_CLONE_STAGING_DIR}/Adiak && \
Expand Down
Loading