mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
set nproc for number of jobs to build webrtc in docker
This commit is contained in:
parent
7977331d8b
commit
153b91248d
1 changed files with 2 additions and 2 deletions
|
@ -601,7 +601,7 @@ RUN cmake3 -B out/Release . \
|
|||
-DTG_OWT_OPUS_INCLUDE_PATH=/usr/local/include/opus \
|
||||
-DTG_OWT_FFMPEG_INCLUDE_PATH=/usr/local/include
|
||||
|
||||
RUN cmake3 --build out/Release -- -j8
|
||||
RUN cmake3 --build out/Release -- -j$(nproc)
|
||||
|
||||
RUN cmake3 -B out/Debug . \
|
||||
-DCMAKE_BUILD_TYPE=Debug \
|
||||
|
@ -611,7 +611,7 @@ RUN cmake3 -B out/Debug . \
|
|||
-DTG_OWT_OPUS_INCLUDE_PATH=/usr/local/include/opus \
|
||||
-DTG_OWT_FFMPEG_INCLUDE_PATH=/usr/local/include
|
||||
|
||||
RUN cmake3 --build out/Debug -- -j8
|
||||
RUN cmake3 --build out/Debug -- -j$(nproc)
|
||||
|
||||
FROM builder
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue