Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Use VC toolset 14.41 for windows-2022 runners #62

Merged

Conversation

stephanosio
Copy link
Member

This commit updates the CI workflow to use Visual C++ toolset version 14.41 on the Windows Server 2022 runners because 14.39 is no longer available in them.

This commit updates the CI workflow to use Visual C++ toolset version
14.41 on the Windows Server 2022 runners because 14.39 is no longer
available in them.

Signed-off-by: Stephanos Ioannidis <[email protected]>
The PDCurses `is_termresized()` function, which is mapped to
`is_term_resized()`, does not take any arguments.

This was overlooked because VC 14.40 and below did not treat the extra
arguments as an error (only a warning was output).

Note that this does not introduce any behavioural changes since the
extra arguments provided to `is_termresized()` was never used in the
first place.

Signed-off-by: Stephanos Ioannidis <[email protected]>
@stephanosio stephanosio force-pushed the ci_win2022_vctools_14.41 branch from 0657a78 to 4b94abc Compare October 3, 2024 09:19
@stephanosio stephanosio marked this pull request as ready for review October 3, 2024 09:21
@stephanosio stephanosio merged commit 3e4fa8c into zephyrproject-rtos:main Oct 3, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant