Skip to content

Commit

Permalink
bump to VS 17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jun 24, 2023
1 parent 1384450 commit e31f8dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@ VSVER:
- 17
- 16
RUNTIME_VERSION:
- 14.34.31931
- 14.36.32532
- 14.29.30139
CL_VERSION:
- 19.34.31933
- 19.36.32532
- 19.29.30139

# toolchain name in Microsoft.VisualStudio.Component.VC.<TOOLCHAIN_COMBINED>.x86.x64, see
# https://learn.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-build-tools
TOOLCHAIN_COMBINED:
- 14.34.17.4
- 14.36.17.6
- 14.29.16.11

# header version corresponding to minor version (i.e. x in VS 15.x), see last digits of _MSC_FULL_VER in
# https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B#Internal_version_numbering;
# alternatively, download & inspect the *.vsix binaries (for details see install-pkg.sh)
MSVC_HEADERS_VERSION:
# bump respective build number in meta.yaml when changing this
- 14.34.31933
- 14.36.32532
- 14.29.30133

zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{% endif %}

# separate builds number for headers & winsdk; increment when version increases
{% set headers_build_number = 2 %}
{% set headers_build_number = 3 %}
{% set winsdk_build_number = 2 %}

package:
Expand Down

0 comments on commit e31f8dc

Please sign in to comment.