From 265d392ece420d86c26cb27d38b81e197e77492f Mon Sep 17 00:00:00 2001
From: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Date: Thu, 07 May 2026 07:16:49 +0000
Subject: [PATCH] Switch Windows native build from x86 to x64
---
.github/workflows/build.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a7723c0..a6db0f7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -69,7 +69,7 @@
echo Unable to locate a Visual Studio installation with C++ build tools.
exit /b 1
)
- call "%VSINSTALLDIR%\VC\Auxiliary\Build\vcvarsall.bat" x86
+ call "%VSINSTALLDIR%\VC\Auxiliary\Build\vcvarsall.bat" x64
if errorlevel 1 exit /b %errorlevel%
pushd opendj-server-legacy\src\build-tools\windows
if errorlevel 1 exit /b %errorlevel%
--
Gitblit v1.10.0