File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ runs:
202
202
${test_size[@]/#/--test-size=} ${test_type[@]/#/--test-type=}
203
203
--stat
204
204
--test-threads "${{ inputs.test_threads }}" --link-threads "${{ inputs.link_threads }}"
205
+ -DUSE_EAT_MY_DATA
205
206
)
206
207
207
208
case "$BUILD_PRESET" in
@@ -223,19 +224,19 @@ runs:
223
224
release-asan)
224
225
params+=(
225
226
--build "release" --sanitize="address"
226
- -DSKIP_JUNK -DUSE_EAT_MY_DATA - DDEBUGINFO_LINES_ONLY
227
+ -DDEBUGINFO_LINES_ONLY
227
228
)
228
229
;;
229
230
release-tsan)
230
231
params+=(
231
232
--build "release" --sanitize="thread"
232
- -DSKIP_JUNK -DUSE_EAT_MY_DATA - DDEBUGINFO_LINES_ONLY
233
+ -DDEBUGINFO_LINES_ONLY
233
234
)
234
235
;;
235
236
release-msan)
236
237
params+=(
237
238
--build "release" --sanitize="memory"
238
- -DSKIP_JUNK -DUSE_EAT_MY_DATA - DDEBUGINFO_LINES_ONLY
239
+ -DDEBUGINFO_LINES_ONLY
239
240
)
240
241
;;
241
242
*)
You can’t perform that action at this time.
0 commit comments