Skip to content
Snippets Groups Projects
Commit 727fca3a authored by alex's avatar alex
Browse files

Use newer DP3 commit

parent efd84bf3
No related branches found
No related tags found
1 merge request!157Use newer DP3 commit
Pipeline #51594 passed
......@@ -36,7 +36,7 @@ versioning:
- git fetch --unshallow
- ./Docker/fetch_latest_commits.sh | tee commits.txt > versions.env
# TODO: pinned version for DP3
- echo DP3_COMMIT=b493728441362eb15e5ee7dd1bd824c97844d700 >> versions.env
- echo DP3_COMMIT=123e194b135efd5fd471ff5817c7af6d1ae48bb8 >> versions.env
- echo LINC_VERSION=$(git describe --tags --always) >> versions.env
# Use hash of commits to determine version of base image (and rebuild if necessary)
- echo INTEGRATION_BASE_IMAGE=${CI_REGISTRY_IMAGE}/integration_base:$(sha256sum commits.txt | cut -d " " -f 1) >> versions.env
......
......@@ -115,7 +115,7 @@ ARG DP3_COMMIT=master
RUN git clone --no-checkout \
https://git.astron.nl/RD/DP3.git && \
mkdir DP3/build && \
cd DP3 && git checkout b493728441362eb15e5ee7dd1bd824c97844d700 && \
cd DP3 && git checkout ${DP3_COMMIT} && \
cd build && \
cmake .. -DPORTABLE=${PORTABLE} -DLIBDIRAC_PREFIX=/usr/local/ && \
make install -j`nproc`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment