Skip to content

Commit e2aee83

Browse files
Update reproducible-build-check.yml
1 parent 1eac6d2 commit e2aee83

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/reproducible-build-check.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ jobs:
2828
deku_rep_build_release \
2929
./gradlew assembleRelease \
3030
--no-daemon \
31-
--max-workers=2 \
32-
--console=plain \
33-
-Dorg.gradle.jvmargs="-Xmx1024m -Xms256m -XX:MaxMetaspaceSize=384m -Dfile.encoding=UTF-8" \
34-
-Dkotlin.daemon.jvm.options="-Xmx512m,-Xss1m" \
31+
--max-workers=1 \
32+
-Dorg.gradle.jvmargs="-Xmx4g -XX:MaxMetaspaceSize=512m" \
3533
-Dkotlin.compiler.execution.strategy=in-process
3634
3735
- name: Hash first APK

0 commit comments

Comments
 (0)