mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[docker] jobs (nproc-1) for js version, due to low amount of memory
This commit is contained in:
parent
6052d0a6c3
commit
8797e2a5da
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
rm -rf /tmp/builddir
|
rm -rf /root/tmp/builddir
|
||||||
|
|
||||||
meson /tmp/builddir \
|
meson /root/tmp/builddir \
|
||||||
-D88-colors=true \
|
-D88-colors=true \
|
||||||
-D256-colors=true \
|
-D256-colors=true \
|
||||||
-Dbacktrace=false \
|
-Dbacktrace=false \
|
||||||
@ -51,4 +51,4 @@ meson /tmp/builddir \
|
|||||||
-Dzlib=true \
|
-Dzlib=true \
|
||||||
-Dzstd=true
|
-Dzstd=true
|
||||||
|
|
||||||
meson compile -C /tmp/builddir
|
meson compile -C /root/tmp/builddir
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
rm -rf /tmp/builddir_js
|
rm -rf /root/tmp/builddir_js
|
||||||
|
|
||||||
meson /tmp/builddir_js \
|
meson /root/tmp/builddir_js \
|
||||||
-D88-colors=true \
|
-D88-colors=true \
|
||||||
-D256-colors=true \
|
-D256-colors=true \
|
||||||
-Dbacktrace=false \
|
-Dbacktrace=false \
|
||||||
@ -51,4 +51,4 @@ meson /tmp/builddir_js \
|
|||||||
-Dzlib=true \
|
-Dzlib=true \
|
||||||
-Dzstd=true
|
-Dzstd=true
|
||||||
|
|
||||||
meson compile -C /tmp/builddir_js
|
meson compile -j $(($(nproc) - 1)) -C /root/tmp/builddir_js
|
||||||
|
Loading…
Reference in New Issue
Block a user