Skip to content

Commit

Permalink
Boost build runners count decreased
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomn authored Nov 6, 2024
1 parent 01a6bf2 commit 1ef2c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ RUN \
>> tools/build/example/user-config.jam \
&& cp tools/build/example/user-config.jam ~ \
&& ./bootstrap.sh --with-python=/usr/bin/python3 --with-python-version=${PY_VER} --with-python-root=/usr/lib/python${PY_VER} \
&& ./b2 -a -j 12 cxxflags="-fPIC" cflags="-fPIC" link=static,shared threading=multi \
&& ./b2 -a -j 4 cxxflags="-fPIC" cflags="-fPIC" link=static,shared threading=multi \
&& cd /azp \
# New Doxygen version. \
&& git clone --depth 1 https://github.com/doxygen/doxygen.git \
Expand Down

0 comments on commit 1ef2c7f

Please sign in to comment.