Skip to content

Conversation

@tstellar
Copy link
Collaborator

We don't actually support Windows builds at this time, so this is not needed. I plan to add a different implementation once the release-binaries workflow supports Windows again.

We don't actually support Windows builds at this time, so this is not
needed.  I plan to add a different implementation once the
release-binaries workflow supports Windows again.
@llvmbot
Copy link
Member

llvmbot commented Nov 11, 2025

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

Changes

We don't actually support Windows builds at this time, so this is not needed. I plan to add a different implementation once the release-binaries workflow supports Windows again.


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

1 Files Affected:

  • (modified) .github/workflows/release-binaries.yml (-6)
diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml
index a4a462ae6737c..1ffa088e99fa1 100644
--- a/.github/workflows/release-binaries.yml
+++ b/.github/workflows/release-binaries.yml
@@ -191,12 +191,6 @@ jobs:
     - name: Install Ninja
       uses: llvm/actions/install-ninja@42d80571b13f4599bbefbc7189728b64723c7f78 # main
 
-    - name: Setup Windows
-      if: startsWith(runner.os, 'Windows')
-      uses: llvm/actions/setup-windows@42d80571b13f4599bbefbc7189728b64723c7f78 # main
-      with:
-        arch: amd64
-
     - name: Set Build Prefix
       id: setup-stage
       shell: bash

@tstellar tstellar merged commit 9dfd14a into llvm:main Nov 12, 2025
23 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants