Skip to content

Commit ceccea2

Browse files
committed
Disable libcxx tests
1 parent 96ef238 commit ceccea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arm-software/embedded/arm-multilib/json/variants/armebv7m_soft_nofp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ENABLE_CXX_LIBS": "ON",
2323
"ENABLE_LIBC_TESTS": "ON",
2424
"ENABLE_COMPILER_RT_TESTS": "ON",
25-
"ENABLE_LIBCXX_TESTS": "ON"
25+
"ENABLE_LIBCXX_TESTS": "OFF"
2626
},
2727
"newlib": {
2828
"ENABLE_CXX_LIBS": "ON",

arm-software/embedded/arm-multilib/json/variants/armebv7m_soft_nofp_exn_rtti.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ENABLE_CXX_LIBS": "ON",
2323
"ENABLE_LIBC_TESTS": "ON",
2424
"ENABLE_COMPILER_RT_TESTS": "ON",
25-
"ENABLE_LIBCXX_TESTS": "ON"
25+
"ENABLE_LIBCXX_TESTS": "OFF"
2626
},
2727
"newlib": {
2828
"ENABLE_CXX_LIBS": "ON",

0 commit comments

Comments
 (0)