Browse Source
CI: set TERMUX_MAKE_PROCESSES to 4
Otherwise it will use number reported by `nproc` which is 32 currently.
emacs-27
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
0 deletions
-
.cirrus.yml
|
|
@ -25,6 +25,7 @@ task: |
|
|
|
- Update docker image |
|
|
|
|
|
|
|
environment: |
|
|
|
TERMUX_MAKE_PROCESSES: 4 |
|
|
|
matrix: |
|
|
|
TERMUX_ARCH: aarch64 |
|
|
|
TERMUX_ARCH: arm |
|
|
|