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
8
8
aliases :
9
9
- &build-docker
10
10
name : Build Docker Image
11
- no_output_timeout : 20m
11
+ no_output_timeout : 30m
12
12
command : |
13
13
docker build -t react-native-community/react-native .
14
14
docker run --rm --name rn-env react-native-community/react-native bin/sh -c "npx envinfo"
36
36
command : git clone https://github.com/facebook/react-native.git
37
37
- run :
38
38
name : Build React Native
39
+ no_output_timeout : 30m
39
40
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"
40
41
41
42
workflows :
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 \
38
38
libgl1 \
39
39
libtcmalloc-minimal4 \
40
40
make \
41
+ # React Native compiles with JDK 11, RN Tester & template with JDK 17
42
+ openjdk-11-jdk-headless \
41
43
openjdk-17-jdk-headless \
42
44
openssh-client \
43
45
patch \
You can’t perform that action at this time.
0 commit comments