[llvm] [infra] Add git to Linux container (PR #82687)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 5 06:32:38 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Natalie Chouinard (sudonatalie)
<details>
<summary>Changes</summary>
Fixes #<!-- -->82646
---
Full diff: https://github.com/llvm/llvm-project/pull/82687.diff
1 Files Affected:
- (modified) .github/workflows/containers/github-action-ci/stage2.Dockerfile (+2)
``````````diff
diff --git a/.github/workflows/containers/github-action-ci/stage2.Dockerfile b/.github/workflows/containers/github-action-ci/stage2.Dockerfile
index e1a06cb68a589e..0ca0da87734c4c 100644
--- a/.github/workflows/containers/github-action-ci/stage2.Dockerfile
+++ b/.github/workflows/containers/github-action-ci/stage2.Dockerfile
@@ -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 \
``````````
</details>
https://github.com/llvm/llvm-project/pull/82687
More information about the llvm-commits
mailing list