Skip to content

Commit

Permalink
fix(docker/edk2): shallow submodules
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Nov 8, 2024
1 parent ed30079 commit 936e10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/edk2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ RUN mkdir Edk2 && \
git remote add origin https://github.com/tianocore/edk2.git && \
git fetch --depth 1 origin "${EDK2_VERSION_COMMIT}" && \
git checkout "${EDK2_VERSION_COMMIT}" && \
git submodule update --init --recursive && \
git submodule update --init --recursive --depth 1 && \
if [ "${TARGETARCH}" = 'amd64' ]; then \
make -C BaseTools/ -j "$(nproc)"; \
fi;
Expand Down

0 comments on commit 936e10a

Please sign in to comment.