This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new 6b188248e ORC-2134: Remove `microsoft/setup-msbuild` from GitHub 
Actions jobs
6b188248e is described below

commit 6b188248e120fd588a8ac1722537ad7d7c951c91
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Mar 20 23:31:28 2026 -0700

    ORC-2134: Remove `microsoft/setup-msbuild` from GitHub Actions jobs
    
    ### What changes were proposed in this pull request?
    
    Remove `microsoft/setup-msbuild` from GitHub Actions jobs.
    
    ### Why are the changes needed?
    
    Currently, the CI is broken because `microsoft/setup-msbuild` is no longer 
allowed by ASF Infra patterns.
    - https://github.com/apache/orc/actions/runs/23372953082
    > microsoft/setup-msbuildv1.1 is not allowed in apache/orc because all 
actions must be from a repository owned by your enterprise, created by GitHub, 
or match one of the patterns: ...
    
    Technically, the `windows-2025` runner already includes MSBuild in PATH, so 
the `microsoft/setup-msbuildv1.1` step is unnecessary.
    
    ### How was this patch tested?
    
    Passed the existing GitHub Actions.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Code (claude-opus-4-6)
    
    Closes #2584 from dongjoon-hyun/ORC-2134.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit b2dc0f8d20f512d3b8b6fed40bf1f4cf627cb98f)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index e560606e0..c1df18012 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -131,10 +131,6 @@ jobs:
     steps:
     - name: Checkout
       uses: actions/checkout@v6
-    - name: Add msbuild to PATH
-      uses: microsoft/[email protected]
-      with:
-        msbuild-architecture: x64
     - name: Install Install dependencies via vcpkg
       shell: cmd
       run: |

Reply via email to