Do not run make with -j in Docker

This commit is contained in:
Szymon Kulis 2020-01-05 22:02:38 +01:00
parent ffe90b1da6
commit 9a6370a7d0
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ RUN mkdir -p /release /dev
RUN cd release && git clone --single-branch --branch master https://github.com/LNIS-Projects/OpenFPGA.git OpenFPGA RUN cd release && git clone --single-branch --branch master https://github.com/LNIS-Projects/OpenFPGA.git OpenFPGA
RUN cd /release/OpenFPGA && mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=debug -DCMAKE_NO_GRAPHICS=on && make -j RUN cd /release/OpenFPGA && mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=debug -DCMAKE_NO_GRAPHICS=on && make
RUN rm -rf /var/lib/apt/lists/* RUN rm -rf /var/lib/apt/lists/*