Skip to content

[CI] switch to BuildTools variant of Visual Studio#201335

Open
charles-zablit wants to merge 1 commit into
llvm:mainfrom
charles-zablit:cz/lldb/windows/groovy
Open

[CI] switch to BuildTools variant of Visual Studio#201335
charles-zablit wants to merge 1 commit into
llvm:mainfrom
charles-zablit:cz/lldb/windows/groovy

Conversation

@charles-zablit

Copy link
Copy Markdown
Contributor

Follow up to:

It's no longer necessary to install packaging at runtime and the new image will use BuildTools.

@charles-zablit charles-zablit self-assigned this Jun 3, 2026
@llvmorg-github-actions llvmorg-github-actions Bot added the infrastructure Bugs about LLVM infrastructure label Jun 3, 2026
@llvmorg-github-actions

Copy link
Copy Markdown

@llvm/pr-subscribers-infrastructure

Author: Charles Zablit (charles-zablit)

Changes

Follow up to:

It's no longer necessary to install packaging at runtime and the new image will use BuildTools.


Full diff: https://github.com/llvm/llvm-project/pull/201335.diff

1 Files Affected:

  • (modified) .ci/green-dragon/lldb-windows.groovy (+1-3)
diff --git a/.ci/green-dragon/lldb-windows.groovy b/.ci/green-dragon/lldb-windows.groovy
index 48224479f1d28..c80782888bd24 100644
--- a/.ci/green-dragon/lldb-windows.groovy
+++ b/.ci/green-dragon/lldb-windows.groovy
@@ -49,9 +49,7 @@ pipeline {
                 timeout(240) {
                     catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
                         writeFile file: 'build.bat', text: '''@echo off
-call "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\Build\\vcvars64.bat" || exit /b 1
-
-"C:\\Program Files\\Python313\\python.exe" -m pip install packaging || exit /b 1
+call "C:\\Program Files\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Auxiliary\\Build\\vcvars64.bat" || exit /b 1
 
 cmake -G Ninja ^
     -S llvm ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure Bugs about LLVM infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants