File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defaults: &defaults
88aliases :
99 - &build-docker
1010 name : Build Docker Image
11- no_output_timeout : 20m
11+ no_output_timeout : 30m
1212 command : |
1313 docker build -t react-native-community/react-native .
1414 docker run --rm --name rn-env react-native-community/react-native bin/sh -c "npx envinfo"
3636 command : git clone https://github.com/facebook/react-native.git
3737 - run :
3838 name : Build React Native
39+ no_output_timeout : 30m
3940 command : docker run --rm --ulimit nofile=10240 -v "$(pwd)/scripts/":/scripts -v "$(pwd)/react-native/":/react-native -w /react-native react-native-community/react-native /bin/sh -c "/scripts/test-react-native-setup.sh"
4041
4142workflows :
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
3838 libgl1 \
3939 libtcmalloc-minimal4 \
4040 make \
41+ # React Native compiles with JDK 11, RN Tester & template with JDK 17
42+ openjdk-11-jdk-headless \
4143 openjdk-17-jdk-headless \
4244 openssh-client \
4345 patch \
You can’t perform that action at this time.
0 commit comments