Skip to content

Commit e8366d1

Browse files
author
Dmitri Naumov
committed
[ci] Escape + in grep string
1 parent 13aa759 commit e8366d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/extends/template-build-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
-e 'lto-wrapper: warning:' \
117117
-e 'ld: warning:' \
118118
-e "warning: 'has_denorm' is deprecated" \
119-
-e 'dlmalloc_ext_2_8_6\.c:[0-9:]+: warning: iteration [0-9]+ invokes undefined behavior' \
119+
-e 'dlmalloc_ext_2_8_6\.c:[0-9:]\+: warning: iteration [0-9]\+ invokes undefined behavior' \
120120
-e '1 warning generated' \
121121
) || true
122122
if [[ -n $warnings ]]; then

0 commit comments

Comments
 (0)