Browse Source
CI: bump RAM max allocation
Seems to be needed after recent LLVM update.
emacs-27
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
1 deletions
-
.cirrus.yml
|
|
@ -1,7 +1,7 @@ |
|
|
|
container: |
|
|
|
image: termux/package-builder:latest |
|
|
|
cpu: 4 |
|
|
|
memory: 8 |
|
|
|
memory: 16 |
|
|
|
|
|
|
|
## |
|
|
|
## When doing release builds (branch 'master'), update Docker image if |
|
|
|