mirror of
https://git.suyu.dev/suyu/ci-docker
synced 2024-11-21 14:29:15 -07:00
Do not build non-existent target
This commit is contained in:
parent
406151251b
commit
3e7b04b6c8
1 changed files with 1 additions and 1 deletions
|
@ -71,4 +71,4 @@ cd boost
|
|||
echo " -- Bootstrapping Boost (no output due to Wine workarounds)"
|
||||
xvfb-run wineconsole ./bootstrap.bat clang &> /dev/null
|
||||
echo " -- Compiling boost"
|
||||
wine ./b2.exe -j$(min $(nproc) 4) core context # Limiting to 2 to avoid "Too many open files"
|
||||
wine ./b2.exe -j$(min $(nproc) 4) context # Limiting to 4 to avoid "Too many open files"
|
||||
|
|
Loading…
Reference in a new issue