From 80dcd55db454ca80aaf0f2d1605315dce5aad6ba Mon Sep 17 00:00:00 2001 From: Blake Devcich Date: Tue, 8 Oct 2024 12:22:42 -0500 Subject: [PATCH] test dcp review changes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dbb899a..09cbace 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ RUN wget https://github.com/llnl/dtcmp/releases/download/v1.1.1/dtcmp-1.1.1.tar. # # TODO: Once https://github.com/hpc/mpifileutils/pull/586/files is merged, create a tag and replace # drop-egid-euid branch. -RUN git clone --depth 1 https://github.com/nearnodeflash/mpifileutils.git --branch drop-egid-euid \ +RUN git clone --depth 1 https://github.com/nearnodeflash/mpifileutils.git --branch drop-egid-euid-review \ && mkdir build \ && cd build \ && cmake ../mpifileutils \