Browse Source

CI: raise memory to 12 GB

4 and even 8 GB cause container failure when building certain
packages (e.g. nodejs or libllvm).
emacs-27
Leonid Plyushch 5 years ago
parent
commit
1037380b92
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      .cirrus.yml

2
.cirrus.yml

@ -1,7 +1,7 @@
container:
image: termux/package-builder:latest
cpu: 4
memory: 4
memory: 12
docker_builder:
name: Update docker image

Loading…
Cancel
Save