Skip to content

Commit 601034e

Browse files
committed
Merge branch 'main' into feat/mapping-layout-props
2 parents 3300043 + 7a327d9 commit 601034e

File tree

1,765 files changed

+52647
-43041
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,765 files changed

+52647
-43041
lines changed

.circleci/Dockerfiles/Dockerfile.android

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
# and build a Android application that can be used to run the
1515
# tests specified in the scripts/ directory.
1616
#
17-
FROM reactnativecommunity/react-native-android:5.4
17+
FROM reactnativecommunity/react-native-android:6.0
1818

1919
LABEL Description="React Native Android Test Image"
2020
LABEL maintainer="Héctor Ramos <hector@fb.com>"
2121

2222
# set default environment variables
2323
ENV GRADLE_OPTS="-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs=\"-Xmx512m -XX:+HeapDumpOnOutOfMemoryError\""
24-
ENV JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"
2524
ENV KOTLIN_HOME="third-party/kotlin"
2625

2726
ADD .buckconfig /app/.buckconfig

.circleci/Dockerfiles/scripts/run-android-docker-instrumentation-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ node cli.js bundle --platform android --dev true --entry-file ReactAndroid/src/a
3333

3434
# build test APK
3535
# shellcheck disable=SC1091
36-
source ./scripts/android-setup.sh && NO_BUCKD=1 retry3 buck install ReactAndroid/src/androidTest/buck-runner:instrumentation-tests --config build.threads=1
36+
source ./scripts/android-setup.sh && NO_BUCKD=1 scripts/retry3 buck install ReactAndroid/src/androidTest/buck-runner:instrumentation-tests --config build.threads=1
3737

3838
# run installed apk with tests
3939
node ./.circleci/Dockerfiles/scripts/run-android-ci-instrumentation-tests.js "$*"

0 commit comments

Comments
 (0)