[llvm] [CI][Github] Install Clang in Windows container (PR #164519)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 23 07:49:59 PDT 2025
================
@@ -98,3 +98,37 @@ RUN powershell -Command \
Add-Type -AssemblyName System.IO.Compression.FileSystem ; \
[System.IO.Compression.ZipFile]::ExtractToDirectory('actions-runner-win.zip', $PWD) ;\
rm actions-runner-win.zip
+
+# Download and extract Clang compiler.
+# Create directories, download, extract, and clean up all in one layer
+RUN powershell -Command \
+ # --- Setup directories --- \
+ Write-Host "Creating directories..."; \
----------------
cmtice wrote:
Done
https://github.com/llvm/llvm-project/pull/164519
More information about the llvm-commits
mailing list