Skip to content

Commit

Permalink
Build openplc without concurrentcy
Browse files Browse the repository at this point in the history
  • Loading branch information
manliebert authored Feb 1, 2025
1 parent 0bb3cd0 commit c1214a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions software/OpenPLC/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ FROM ubuntu:22.04

COPY ./OpenPLC_v3/ /CybICS/OpenPLC_v3/
WORKDIR /CybICS/OpenPLC_v3/
RUN export GNUMAKEFLAGS=-j$(nproc --all) \
&& alias make='make -j$(nproc --all)' \
&& ./install.sh docker
RUN ./install.sh docker

# copy files after compile the main part to reduce re-compile time on changes on cybICS.st
WORKDIR /CybICS/OpenPLC_v3/webserver
Expand Down

0 comments on commit c1214a8

Please sign in to comment.