From 7b8e8c33bbc0d6783404447d1680773e7b4795e8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 22 Dec 2024 03:09:28 +0200 Subject: [PATCH] Disable variant_index_type.cpp for msvc-14.0, because GHA fails with 'out of heap space' --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index b707723..a2e228d 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -147,5 +147,6 @@ compile variant_visit_r_cx.cpp : [ requires cxx14_constexpr ] ; run variant_index_type.cpp : : : release msvc,32:no + msvc-14.0:no # fails on GHA (only) with "out of heap space" clang:-ftemplate-depth=1024 ;