Skip to content

Commit

Permalink
Disable variant_index_type.cpp for msvc-14.0, because GHA fails with …
Browse files Browse the repository at this point in the history
…'out of heap space'
  • Loading branch information
pdimov committed Dec 22, 2024
1 parent 2f5dbc1 commit 7b8e8c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
;

0 comments on commit 7b8e8c3

Please sign in to comment.