We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eac6d2 commit e2aee83Copy full SHA for e2aee83
.github/workflows/reproducible-build-check.yml
@@ -28,10 +28,8 @@ jobs:
28
deku_rep_build_release \
29
./gradlew assembleRelease \
30
--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" \
+ --max-workers=1 \
+ -Dorg.gradle.jvmargs="-Xmx4g -XX:MaxMetaspaceSize=512m" \
35
-Dkotlin.compiler.execution.strategy=in-process
36
37
- name: Hash first APK
0 commit comments