We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e036e commit da63746Copy full SHA for da63746
.github/workflows/containers/github-action-ci/stage2.Dockerfile
@@ -12,11 +12,13 @@ COPY --from=stage2-toolchain $LLVM_SYSROOT $LLVM_SYSROOT
12
# Need to install curl for hendrikmuhs/ccache-action
13
# Need nodejs for some of the GitHub actions.
14
# Need perl-modules for clang analyzer tests.
15
+# Need git for SPIRV-Tools tests.
16
RUN apt-get update && \
17
apt-get install -y \
18
binutils \
19
cmake \
20
curl \
21
+ git \
22
libstdc++-11-dev \
23
ninja-build \
24
nodejs \
0 commit comments