Skip to content

Commit

Permalink
[infra] Add git to Linux container (#82687)
Browse files Browse the repository at this point in the history
Fixes #82646
  • Loading branch information
sudonatalie committed Mar 5, 2024
1 parent 08e036e commit da63746
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ COPY --from=stage2-toolchain $LLVM_SYSROOT $LLVM_SYSROOT
# Need to install curl for hendrikmuhs/ccache-action
# Need nodejs for some of the GitHub actions.
# Need perl-modules for clang analyzer tests.
# Need git for SPIRV-Tools tests.
RUN apt-get update && \
apt-get install -y \
binutils \
cmake \
curl \
git \
libstdc++-11-dev \
ninja-build \
nodejs \
Expand Down

0 comments on commit da63746

Please sign in to comment.