Skip to content

Commit

Permalink
Build demo with more threads
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow committed Oct 29, 2024
1 parent bdd22a4 commit ffdc8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ COPY --chown=blinky:blinky CMakeLists.txt /home/blinky/demo/CMakeLists.txt
WORKDIR /home/blinky/demo/build

RUN cmake -DCMAKE_BUILD_TYPE=Release .. && \
cmake --build .
cmake --build . -j8

CMD [ "/home/blinky/demo/build/arbitration_graphs_pacman_demo_exe" ]

0 comments on commit ffdc8f6

Please sign in to comment.