[FarGroup/FarManager] master: Disable ASAN in Debug CI builds for now (b7bf99073)

0 views
Skip to first unread message

farg...@farmanager.com

unread,
May 8, 2022, 1:00:51 PM5/8/22
to farco...@googlegroups.com
Repository : https://github.com/FarGroup/FarManager
On branch : master
Link : https://github.com/FarGroup/FarManager/commit/b7bf99073c57b3db42ff24c1104f497582679866

>---------------------------------------------------------------

commit b7bf99073c57b3db42ff24c1104f497582679866
Author: Alex Alabuzhev <alab...@gmail.com>
Date: Sun May 8 17:52:07 2022 +0100

Disable ASAN in Debug CI builds for now

The latest VS update broke it


>---------------------------------------------------------------

b7bf99073c57b3db42ff24c1104f497582679866
.github/workflows/build.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 54af67c00..b4b806c97 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -51,9 +51,9 @@ jobs:
]

include:
- - { build: msbuild_cl_x64_debug, compiler: msbuild_cl, arch: amd64, platform_sln: x64, platform_name: x64, build_config: Debug_ASAN }
+ - { build: msbuild_cl_x64_debug, compiler: msbuild_cl, arch: amd64, platform_sln: x64, platform_name: x64, build_config: Debug }
- { build: msbuild_cl_x64_release, compiler: msbuild_cl, arch: amd64, platform_sln: x64, platform_name: x64, build_config: Release }
- - { build: msbuild_cl_x86_debug, compiler: msbuild_cl, arch: amd64_x86, platform_sln: Win32, platform_name: x86, build_config: Debug_ASAN }
+ - { build: msbuild_cl_x86_debug, compiler: msbuild_cl, arch: amd64_x86, platform_sln: Win32, platform_name: x86, build_config: Debug }
- { build: msbuild_cl_x86_release, compiler: msbuild_cl, arch: amd64_x86, platform_sln: Win32, platform_name: x86, build_config: Release }
- { build: msbuild_cl_ARM64_release, compiler: msbuild_cl, arch: amd64_arm64, platform_sln: ARM64, platform_name: ARM64, build_config: Release }

@@ -73,7 +73,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Set environment for debug build
- if: matrix.build_config == 'Debug_ASAN'
+ if: matrix.build_config == 'Debug'
run: Add-Content -Path $env:GITHUB_ENV -Value "DEBUG=1"

- name: Build (cl)


Reply all
Reply to author
Forward
0 new messages