Skip to content

Commit

Permalink
Disable AzP MSVC C++20 build affected by compiler bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Nov 8, 2019
1 parent 8e29f76 commit 3e00339
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,13 @@ stages:
- job: 'Windows'
strategy:
matrix:
VS 2019 C++20 Strict:
TOOLSET: msvc-14.2
CXXSTD: 20
CXXFLAGS: -permissive-
VM_IMAGE: 'windows-2019'
#Disabled until MSVC 16.4 is released
#(see https://developercommunity.visualstudio.com/content/problem/726778/this-snippet-compiles-totally-fine-on-godbolt-msvc.html?childToView=744771#comment-744771)
#VS 2019 C++20 Strict:
# TOOLSET: msvc-14.2
# CXXSTD: 20
# CXXFLAGS: -permissive-
# VM_IMAGE: 'windows-2019'
VS 2017 C++17:
TOOLSET: msvc-14.1
CXXSTD: 17
Expand Down

0 comments on commit 3e00339

Please sign in to comment.