mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 10:24:13 +02:00
Make eiger the default build for the debug container
This commit is contained in:
+1
-1
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user