Make eiger the default build for the debug container

This commit is contained in:
2021-07-07 13:55:59 +02:00
parent 01e5cb9202
commit 63f3294b71
+1 -1
View File
@@ -5,7 +5,7 @@ COPY . /sf_daq_buffer/
RUN mkdir /sf_daq_buffer/build && \
cd /sf_daq_buffer/build && \
# Build the project
cmake3 .. && \
cmake3 .. -DUSE_EIGER=1&& \
make && \
# Deploy the test config.
cp /sf_daq_buffer/docker/example_detector.json .