Skip to content

Commit 1c02741

Browse files
Updates to aarch64 docker for PR tests on internal runner (#696)
1 parent 1078991 commit 1c02741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/dockerfiles/Dockerfile_22.04-aarch64

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get install -y git
66
RUN apt-get install --yes cmake
77
RUN apt-get install --yes gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
88
RUN apt-get install --yes python3 python3-pip
9+
RUN pip install cmakelint colorama lit
910
RUN apt-get install --yes spirv-tools
1011
RUN apt-get install --yes zstd
1112
RUN apt-get -y install gh

0 commit comments

Comments
 (0)