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 <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Nov 11, 2024
1 parent aa2f1e5 commit e3ec52c
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 e3ec52c

Please sign in to comment.