From 8b9bc8537cede8c1fe40135ec1175be6d03966f2 Mon Sep 17 00:00:00 2001 From: John Blischak Date: Fri, 30 Aug 2024 12:11:35 -0400 Subject: [PATCH] Reapply "Pin win-64 to Visual Studio 17.10 (cl.exe 19.40) (temporary)" This reverts commit 1d85cbace2e8ce51a34c604e83e41f99d8b8d588. --- .ci_support/win_64_.yaml | 2 ++ recipe/conda_build_config.yaml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index 4bddbb0a..3af57382 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -22,6 +22,8 @@ channel_targets: - conda-forge main cxx_compiler: - vs2022 +cxx_compiler_version: +- '19.40' fmt: - '11' libabseil: diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 4548e156..c8b7236d 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -2,6 +2,9 @@ c_compiler: # [win] - vs2022 # [win] cxx_compiler: # [win] - vs2022 # [win] +# Temporary: Pin win build to Visual Studio 17.10 +cxx_compiler_version: # [win] + - 19.40 # [win] # We should be able to remove c_stdlib_version in the future once the mechanics # of this new pin has been fully worked out in the conda-forge ecosystem and # tooling