Skip to content

Commit fe2898a

Browse files
authored
fix(android): pin docker image to 4.2 for JDK8 (react-native-community#121)
This is needed so that the JDK options work, see: https://discuss.circleci.com/t/unrecognized-vm-option-usecgroupmemorylimitforheap/37088 Related react-native-community#120
1 parent 4d70299 commit fe2898a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executors/linux_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212
type: string
1313
default: medium
1414
docker:
15-
- image: reactnativecommunity/react-native-android
15+
- image: reactnativecommunity/react-native-android:4.2
1616
resource_class: <<parameters.resource_class>>
1717
environment:
1818
- _JAVA_OPTIONS: <<parameters.java_options>>

0 commit comments

Comments
 (0)