Skip to content

Commit f64333e

Browse files
committed
Prevent more ASAN errors on windows CI
1 parent dbc0025 commit f64333e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ set(TODO tls-scheduler into_optional issue-start-reschedules loop)
2222

2323
set(ALL_EXAMPLES
2424
task_scheduler
25-
bulk
2625
c++now-allocator
2726
c++now-cancel
2827
c++now-errors
@@ -55,6 +54,10 @@ set(ALL_EXAMPLES
5554
# FIXME: stop
5655
)
5756

57+
if(NOT MSVC)
58+
list(APPEND ALL_EXAMPLES bulk)
59+
endif()
60+
5861
set(xALL_EXAMPLES issue-symmetric-transfer)
5962
set(xALL_EXAMPLES customize)
6063

0 commit comments

Comments
 (0)