We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8559ee9 commit 1d85cbaCopy full SHA for 1d85cba
.ci_support/win_64_.yaml
@@ -22,8 +22,6 @@ channel_targets:
22
- conda-forge main
23
cxx_compiler:
24
- vs2022
25
-cxx_compiler_version:
26
-- '19.40'
27
fmt:
28
- '11'
29
libabseil:
recipe/conda_build_config.yaml
@@ -2,9 +2,6 @@ c_compiler: # [win]
2
- vs2022 # [win]
3
cxx_compiler: # [win]
4
5
-# Temporary: Pin win build to Visual Studio 17.10
6
-cxx_compiler_version: # [win]
7
- - 19.40 # [win]
8
# We should be able to remove c_stdlib_version in the future once the mechanics
9
# of this new pin has been fully worked out in the conda-forge ecosystem and
10
# tooling
0 commit comments