Skip to content

Fix the typo error in docker image file

Duo Chen requested to merge slb/dchen/fix_typo_error into master

because of a typo: make -j $(nrpoc) instead of make -j $(nproc) $(nrpoc) evaluates to empty string -> make -j without a number specified means infinite C++ compilers running at the same time -> exhausts docker VM's memory

Merge request reports