File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ runs:
191
191
--stat
192
192
--test-threads "${{ inputs.test_threads }}" --link-threads "${{ inputs.link_threads }}"
193
193
-DUSE_EAT_MY_DATA
194
+ -DDEBUGINFO_LINES_ONLY
194
195
)
195
196
196
197
TEST_RETRY_COUNT=${{ inputs.test_retry_count }}
@@ -215,7 +216,6 @@ runs:
215
216
release-asan)
216
217
params+=(
217
218
--build "release" --sanitize="address"
218
- -DDEBUGINFO_LINES_ONLY
219
219
)
220
220
if [ $TEST_RETRY_COUNT -z ]; then
221
221
TEST_RETRY_COUNT=1
@@ -225,7 +225,6 @@ runs:
225
225
release-tsan)
226
226
params+=(
227
227
--build "release" --sanitize="thread"
228
- -DDEBUGINFO_LINES_ONLY
229
228
)
230
229
if [ $TEST_RETRY_COUNT -z ]; then
231
230
TEST_RETRY_COUNT=1
@@ -235,7 +234,6 @@ runs:
235
234
release-msan)
236
235
params+=(
237
236
--build "release" --sanitize="memory"
238
- -DDEBUGINFO_LINES_ONLY
239
237
)
240
238
if [ $TEST_RETRY_COUNT -z ]; then
241
239
TEST_RETRY_COUNT=1
You can’t perform that action at this time.
0 commit comments