Skip to content

Commit

Permalink
No submodules for driver: not needed by bazel (#391)
Browse files Browse the repository at this point in the history
This makes the build faster.

A similar fix is found in #145.
  • Loading branch information
lepistone authored Mar 13, 2024
1 parent 8937309 commit 6724325
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion containers/runtime/driver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RUN mkdir -p /src/code
WORKDIR /src/code

RUN git clone https://github.com/$REPOSITORY.git .
RUN git submodule update --init
RUN git checkout -f $GITREF

# See https://github.com/grpc/grpc/blob/master/tools/dockerfile/README.md
Expand Down

0 comments on commit 6724325

Please sign in to comment.