Skip to content

Commit aaca93a

Browse files
committed
Add memory limit to nix builds
This is done the same way as for the other builds in the Android reproducible builds workflow.
1 parent adc1dbd commit aaca93a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/android-reproducible-builds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ jobs:
169169
- uses: cachix/install-nix-action@v31
170170

171171
- name: Build app
172+
env:
173+
GRADLE_OPTS: '-Dorg.gradle.jvmargs=-Xmx4096M -Dkotlin.daemon.jvm.options="-Xmx4096M"'
172174
run: nix develop .#android -c buildRelease
173175

174176
- name: Upload apks

0 commit comments

Comments
 (0)