CI: some packages require max configuration

This commit is contained in:
Leonid Pliushch 2019-10-24 22:31:43 +03:00
parent b26b2b19e6
commit 457d191e83
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
container: container:
image: termux/package-builder:latest image: termux/package-builder:latest
cpu: 4
memory: 16 # Max configuration required by few large packages such as `rust`.
cpu: 8
memory: 24
## ##
## When doing release builds (branch 'master'), update Docker image if ## When doing release builds (branch 'master'), update Docker image if
@ -50,7 +52,7 @@ task:
- Lint packages - Lint packages
environment: environment:
TERMUX_MAKE_PROCESSES: 4 TERMUX_MAKE_PROCESSES: 8
matrix: matrix:
- TERMUX_ARCH: aarch64 - TERMUX_ARCH: aarch64
- TERMUX_ARCH: arm - TERMUX_ARCH: arm