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

Revert "Enable metadata compression"

This reverts commit fd0cbcc0.
parent 01175344
No related branches found
No related tags found
1 merge request!31Revert "Enable metadata compression"
Pipeline #113915 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