Skip to content

Commit ab0d1e5

Browse files
Increase build parallelism
Change-Id: Ie3a8470773347e1c6dee4bd81c51987a102a5db7
1 parent 7904aef commit ab0d1e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ RUN <<EOF
127127
-DgRPC_BUILD_TESTS=OFF \
128128
-DgRPC_SSL_PROVIDER=package \
129129
../..
130-
make -j4 install
130+
make -j8 install
131131
EOF
132132

133133
FROM build_grpc AS build_grpc_arm
@@ -157,7 +157,7 @@ RUN <<EOF
157157
-DCMAKE_FIND_ROOT_PATH="$SDKTARGETSYSROOT"/usr \
158158
-DCMAKE_BUILD_TYPE=Release \
159159
../..
160-
make -j4 install/strip
160+
make -j8 install/strip
161161
cp -r /opt/grpc/third_party/googletest/googletest/include/gtest \
162162
"$SDKTARGETSYSROOT"/usr/include
163163
EOF

0 commit comments

Comments
 (0)