From 4692d3a3ccd6b554b60ad06bc967338a2d3c3057 Mon Sep 17 00:00:00 2001 From: kinokrt <43879397+kinokrt@users.noreply.github.com> Date: Fri, 15 Dec 2023 08:46:28 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c764c6d03..621bb50e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -163,15 +163,12 @@ jobs: - id: debug conan-preset: debug conan-profile-build-type: Debug - conan-profile-jemalloc-build-type: Debug - id: release conan-preset: release conan-profile-build-type: Release - conan-profile-jemalloc-build-type: Release - id: relwithdebinfo-tsan conan-preset: relwithdebinfo conan-profile-build-type: RelWithDebInfo - conan-profile-jemalloc-build-type: Release conan-profile-custom-conf: | tools.build:cflags = [ "-fsanitize=thread" ] tools.build:cxxflags = [ "-fsanitize=thread" ] @@ -206,12 +203,10 @@ jobs: true - id: relwithdebinfo conan-preset: relwithdebinfo - conan-profile-build-type: RelWithDebInfo - conan-profile-jemalloc-build-type: Release + conan-profile-build-type: RelWithDebInfo - id: minsizerel conan-preset: minsizerel conan-profile-build-type: MinSizeRel - conan-profile-jemalloc-build-type: Release exclude: - compiler: { id: gcc-9 } @@ -297,7 +292,6 @@ jobs: arch = x86_64 os = Linux build_type = ${{ matrix.build-and-test-config.conan-profile-build-type }} - jemalloc:build_type = ${{ matrix.build-and-test-config.conan-profile-jemalloc-build-type }} ${{ matrix.build-and-test-config.conan-profile-custom-settings }} [conf]