Skip to content
Snippets Groups Projects
Commit 1eceb32a authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Revert "Enable metadata compression"

This reverts commit fd0cbcc0.
parent 42f92064
No related branches found
No related tags found
No related merge requests found
Pipeline #125307 passed
......@@ -112,7 +112,7 @@ RUN git clone --no-checkout https://git.astron.nl/RD/DP3.git && \
git -C DP3 checkout ${DP3_COMMIT} && \
mkdir DP3/build && \
cd DP3/build && \
cmake .. -DPORTABLE=${PORTABLE} -DLIBDIRAC_PREFIX=/usr/local/ -DMETADATA_COMPRESSION_DEFAULT=True && \
cmake .. -DPORTABLE=${PORTABLE} -DLIBDIRAC_PREFIX=/usr/local/ && \
make install -j$(nproc) && \
cd ../.. && rm -rf DP3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment