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

Toolset update: VS 2022 17.0 Preview 5, Windows 11 #2277

Merged
merged 2 commits into from
Oct 20, 2021

Conversation

StephanTLavavej
Copy link
Member

  • azure-devops/create-vmss.ps1
    • Change the VM from D32ds_v4 (currently $0.6385/hour) to D32as_v4 (currently $0.4158/hour).
    • Update the offer/sku to windows-11/win11-21h2-ent.
  • azure-devops/provision-image.ps1
    • Update to Python 3.10.0.
      • I'm not updating the README or the required Python version (still 3.9) as the VS Installer currently offers 3.9.5.
    • Remove Windows Driver Kit installation and bcdedit /set testsigning on, as investigation of kernel-mode testing has been unsuccessful.
      • This can still be investigated, but I believe it will be necessary to set up an independent Azure Pipelines CI for fast iteration.
  • azure-pipelines.yml
    • Use the new pool.
  • README.md
    • Mention Preview 5.
      • The CMake/Ninja versions are unchanged.
  • tests/std/tests/P1502R1_standard_library_header_units/test.cpp
    • Remove a compiler workaround (thanks @cdacamar).
      • Technically this is unrelated to the toolset update and can be removed immediately, as we were skipping internal testing only.

I attempted to remove the EDG workaround in P1208R6_source_location:

#if defined(__cpp_consteval) && !defined(__EDG__) // TRANSITION, VSO-1285779

However, there are still failures, so further investigation is necessary.

@StephanTLavavej StephanTLavavej added the infrastructure Related to repository automation label Oct 13, 2021
@StephanTLavavej StephanTLavavej requested a review from a team as a code owner October 13, 2021 23:31
@StephanTLavavej StephanTLavavej self-assigned this Oct 19, 2021
@StephanTLavavej
Copy link
Member Author

I'm mirroring this to an MSVC-internal PR; please notify me if any further changes are pushed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Related to repository automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
  翻译: