Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ executors:
reactnativeandroid:
<<: *defaults
docker:
- image: reactnativecommunity/react-native-android:2019-10-18
- image: reactnativecommunity/react-native-android:2020-6-4
resource_class: "large"
environment:
- TERM: "dumb"
Expand Down
14 changes: 7 additions & 7 deletions scripts/validate-android-test-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [ -z "$(buck --version)" ]; then
fi
exit 1
else
BUCK_EXPECTED_VERSION="buck version d743d2d0229852ce7c029ec257532d8916f6b2b7"
BUCK_EXPECTED_VERSION="buck version 2020.05.14.01"
if [ "$(buck --version)" != "$BUCK_EXPECTED_VERSION" ]; then
if [ ! -d "/opt/facebook" ]; then
echo "Warning: The test suite expects ${BUCK_EXPECTED_VERSION} to be installed"
Expand Down Expand Up @@ -109,9 +109,9 @@ if [ -n "$(which csrutil)" ]; then
fi
fi

if [ -z "$JAVA_HOME" ]; then
echo "Error: \$JAVA_HOME is not configured."
echo "Try adding export JAVA_HOME=\$(/usr/libexec/java_home) to your .bashrc or equivalent."
echo "You will also want to add \$JAVA_HOME/bin to your path."
exit 1
fi
# if [ -z "$JAVA_HOME" ]; then
# echo "Error: \$JAVA_HOME is not configured."
# echo "Try adding export JAVA_HOME=\$(/usr/libexec/java_home) to your .bashrc or equivalent."
# echo "You will also want to add \$JAVA_HOME/bin to your path."
# exit 1
# fi