diff options
| author | Albin <albin@mullvad.net> | 2026-04-17 11:21:16 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2026-04-17 14:29:16 +0200 |
| commit | aaca93aae4a2922592764458e88e1bcff88305d5 (patch) | |
| tree | 3fd8ab2de645840ad8021ef272ef4b8c7d84e2cf | |
| parent | adc1dbde9a10ccc32b5988f4f237ac00aefcb741 (diff) | |
| download | mullvadvpn-aaca93aae4a2922592764458e88e1bcff88305d5.tar.xz mullvadvpn-aaca93aae4a2922592764458e88e1bcff88305d5.zip | |
Add memory limit to nix builds
This is done the same way as for the other builds
in the Android reproducible builds workflow.
| -rw-r--r-- | .github/workflows/android-reproducible-builds.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/android-reproducible-builds.yml b/.github/workflows/android-reproducible-builds.yml index 2ad4750aa1..8f1ddcba64 100644 --- a/.github/workflows/android-reproducible-builds.yml +++ b/.github/workflows/android-reproducible-builds.yml @@ -169,6 +169,8 @@ jobs: - uses: cachix/install-nix-action@v31 - name: Build app + env: + GRADLE_OPTS: '-Dorg.gradle.jvmargs=-Xmx4096M -Dkotlin.daemon.jvm.options="-Xmx4096M"' run: nix develop .#android -c buildRelease - name: Upload apks |
