You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/dockerfiles/Dockerfile_22.04-aarch64
+5
Original file line number
Diff line number
Diff line change
@@ -8,5 +8,10 @@ RUN apt-get install --yes gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
8
8
RUN apt-get install --yes python3 python3-pip
9
9
RUN pip install cmakelint colorama lit
10
10
RUN apt-get install --yes spirv-tools
11
+
RUN apt-get install --yes wget gpg
12
+
RUN wget -qO - https://apt.llvm.org/llvm-snapshot.gpg.key | gpg --dearmor - | tee /usr/share/keyrings/llvm-archive-keyring.gpg >/dev/null
13
+
RUN echo 'deb [signed-by=/usr/share/keyrings/llvm-archive-keyring.gpg] http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main' | tee /etc/apt/sources.list.d/llvm.list >/dev/null
14
+
RUN echo 'deb [signed-by=/usr/share/keyrings/llvm-archive-keyring.gpg] http://apt.llvm.org/jammy/ llvm-toolchain-jammy-19 main' | tee -a /etc/apt/sources.list.d/llvm.list >/dev/null
Copy file name to clipboardexpand all lines: .github/dockerfiles/Dockerfile_22.04-x86-64
+2-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ RUN apt-get update
22
22
23
23
# Add clang-tidy
24
24
RUN wget -qO - https://apt.llvm.org/llvm-snapshot.gpg.key | gpg --dearmor - | tee /usr/share/keyrings/llvm-archive-keyring.gpg >/dev/null
25
-
RUN echo 'deb [signed-by=/usr/share/keyrings/llvm-archive-keyring.gpg] http://apt.llvm.org/jammy/ llvm-toolchain-jammy-19 main' | tee /etc/apt/sources.list.d/llvm.list >/dev/null
25
+
RUN echo 'deb [signed-by=/usr/share/keyrings/llvm-archive-keyring.gpg] http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main' | tee /etc/apt/sources.list.d/llvm.list >/dev/null
26
+
RUN echo 'deb [signed-by=/usr/share/keyrings/llvm-archive-keyring.gpg] http://apt.llvm.org/jammy/ llvm-toolchain-jammy-19 main' | tee -a /etc/apt/sources.list.d/llvm.list >/dev/null
Copy file name to clipboardexpand all lines: .github/dockerfiles/Dockerfile_24.04-x86-64
+2-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ RUN apt-get update
22
22
23
23
# Add clang-tidy
24
24
RUN wget -qO - https://apt.llvm.org/llvm-snapshot.gpg.key | gpg --dearmor - | tee /usr/share/keyrings/llvm-archive-keyring.gpg >/dev/null
25
-
RUN echo 'deb [signed-by=/usr/share/keyrings/llvm-archive-keyring.gpg] http://apt.llvm.org/noble/ llvm-toolchain-noble-19 main' | tee /etc/apt/sources.list.d/llvm.list >/dev/null
25
+
RUN echo 'deb [signed-by=/usr/share/keyrings/llvm-archive-keyring.gpg] http://apt.llvm.org/noble/ llvm-toolchain-noble-18 main' | tee /etc/apt/sources.list.d/llvm.list >/dev/null
26
+
RUN echo 'deb [signed-by=/usr/share/keyrings/llvm-archive-keyring.gpg] http://apt.llvm.org/noble/ llvm-toolchain-noble-19 main' | tee -a /etc/apt/sources.list.d/llvm.list >/dev/null
0 commit comments