Skip to content

Commit

Permalink
Increase build parallelism
Browse files Browse the repository at this point in the history
Change-Id: Ie3a8470773347e1c6dee4bd81c51987a102a5db7
  • Loading branch information
killenheladagen committed Sep 13, 2024
1 parent 7904aef commit ab0d1e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ RUN <<EOF
-DgRPC_BUILD_TESTS=OFF \
-DgRPC_SSL_PROVIDER=package \
../..
make -j4 install
make -j8 install
EOF

FROM build_grpc AS build_grpc_arm
Expand Down Expand Up @@ -157,7 +157,7 @@ RUN <<EOF
-DCMAKE_FIND_ROOT_PATH="$SDKTARGETSYSROOT"/usr \
-DCMAKE_BUILD_TYPE=Release \
../..
make -j4 install/strip
make -j8 install/strip
cp -r /opt/grpc/third_party/googletest/googletest/include/gtest \
"$SDKTARGETSYSROOT"/usr/include
EOF
Expand Down

0 comments on commit ab0d1e5

Please sign in to comment.