Limit cpus at docker abstraction, not build process. Go for broke with whatever is allocated
This commit is contained in:
parent
8c0c7d7920
commit
b1e7cd2da0
|
@ -7,4 +7,4 @@ cd unix/
|
||||||
sh prebuild.sh
|
sh prebuild.sh
|
||||||
cd ../
|
cd ../
|
||||||
./configure COMPILED_BY="$NAME <$EMAIL>" LDFLAGS="-Wl,-V"
|
./configure COMPILED_BY="$NAME <$EMAIL>" LDFLAGS="-Wl,-V"
|
||||||
make -j2
|
make -j
|
Loading…
Reference in New Issue