From 454518a8a0e95e0a0e44df9a8b76028328bddb42 Mon Sep 17 00:00:00 2001 From: "Bernhart, Bryan" Date: Tue, 2 Jan 2024 09:51:12 -0800 Subject: [PATCH] Use debug x86 builds in workflow. --- .github/workflows/win_x86_gn_clang_dbg.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/win_x86_gn_clang_dbg.yaml b/.github/workflows/win_x86_gn_clang_dbg.yaml index aea0153de..7e34a19b2 100644 --- a/.github/workflows/win_x86_gn_clang_dbg.yaml +++ b/.github/workflows/win_x86_gn_clang_dbg.yaml @@ -51,7 +51,7 @@ jobs: set "PATH=%CD%\..\depot_tools;%PATH%" set "DEPOT_TOOLS_WIN_TOOLCHAIN=0" cd base - gn gen out\Debug --args="target_cpu=\"x86\" is_debug=false gpgmm_disable_size_cache=true" + gn gen out\Debug --args="target_cpu=\"x86\" is_debug=true gpgmm_disable_size_cache=true" - name: Build for main branch shell: cmd @@ -99,7 +99,7 @@ jobs: set "PATH=%CD%\..\depot_tools;%PATH%" set "DEPOT_TOOLS_WIN_TOOLCHAIN=0" cd test - gn gen out\Debug --args="target_cpu=\"x86\" is_debug=false gpgmm_shared_library=true" + gn gen out\Debug --args="target_cpu=\"x86\" is_debug=true gpgmm_shared_library=true" - name: Build shared library for main branch (with patch) shell: cmd @@ -115,7 +115,7 @@ jobs: set "PATH=%CD%\..\depot_tools;%PATH%" set "DEPOT_TOOLS_WIN_TOOLCHAIN=0" cd test - gn gen out\Debug --args="target_cpu=\"x86\" is_debug=false gpgmm_disable_size_cache=true" + gn gen out\Debug --args="target_cpu=\"x86\" is_debug=true gpgmm_disable_size_cache=true" - name: Build for main branch (with patch) shell: cmd