Disable variant_index_type.cpp for msvc-14.0, because GHA fails with 'out of heap space'

This commit is contained in:
Peter Dimov
2024-12-22 03:09:28 +02:00
parent 2f5dbc19b5
commit 7b8e8c33bb

View File

@ -147,5 +147,6 @@ compile variant_visit_r_cx.cpp : [ requires cxx14_constexpr ] ;
run variant_index_type.cpp : : :
<variant>release
<toolset>msvc,<address-model>32:<build>no
<toolset>msvc-14.0:<build>no # fails on GHA (only) with "out of heap space"
<toolset>clang:<cxxflags>-ftemplate-depth=1024
;