Skip to content

Commit 946cf01

Browse files
ci: update macos_config and android build options
1 parent f9ffe37 commit 946cf01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
# Default VM config to be used for macOS builds
44
macos_config: &macos_config
55
macos:
6-
xcode: 12.3.0
6+
xcode: 12.5.0
77
shell: /bin/bash --login -eo pipefail
88

99
setup_env_file: &setup_env_file
@@ -109,6 +109,9 @@ jobs:
109109
yarn prepare
110110
# Build and Test android version of module
111111
android-e2e-test:
112+
environment:
113+
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
114+
JAVA_OPTS: '-Xms512m -Xmx1024m'
112115
executor:
113116
name: android/android-machine
114117
working_directory: ~/project

0 commit comments

Comments
 (0)