From af08d18182bd95a8a9f81040534ff35e09af1fd1 Mon Sep 17 00:00:00 2001 From: "Maxim [maxirmx] Samsonov" Date: Thu, 9 Nov 2023 20:55:05 +0300 Subject: [PATCH] Branch setup --- .github/workflows/windows-native.yml | 29 ++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/.github/workflows/windows-native.yml b/.github/workflows/windows-native.yml index 3f96e1c61..4c869bca3 100644 --- a/.github/workflows/windows-native.yml +++ b/.github/workflows/windows-native.yml @@ -27,6 +27,7 @@ on: push: branches: - main + - maxirmx-2139-fix-windows-ci-failures - 'release/**' paths-ignore: - '/*.sh' @@ -70,21 +71,21 @@ jobs: fail-fast: false matrix: arch: [ { name: 'x64', triplet: 'x64-windows' } ] - toolset: [ 'v142', 'ClangCL' ] - backend: [ 'botan', 'openssl' ] + toolset: [ 'ClangCL' ] # [ 'v142', 'ClangCL' ] + backend: [ 'botan' ] # , 'openssl' ] shared_libs: [ 'off'] - use_cmake_prefix_path: [ 'on', 'off' ] - include: - - arch: { name: 'Win32', triplet: 'x86-windows' } - toolset: 'ClangCL' - backend: 'botan' - use_cmake_prefix_path: 'on' - shared_libs: 'off' - - arch: { name: 'Win32', triplet: 'x86-windows' } - toolset: 'v142' - backend: 'openssl' - use_cmake_prefix_path: 'off' - shared_libs: 'off' + use_cmake_prefix_path: [ 'on' ] # , 'off' ] +# include: +# - arch: { name: 'Win32', triplet: 'x86-windows' } +# toolset: 'ClangCL' +# backend: 'botan' +# use_cmake_prefix_path: 'on' +# shared_libs: 'off' +# - arch: { name: 'Win32', triplet: 'x86-windows' } +# toolset: 'v142' +# backend: 'openssl' +# use_cmake_prefix_path: 'off' +# shared_libs: 'off' steps: - name: Checkout