We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13aa759 commit e8366d1Copy full SHA for e8366d1
scripts/ci/extends/template-build-linux.yml
@@ -116,7 +116,7 @@
116
-e 'lto-wrapper: warning:' \
117
-e 'ld: warning:' \
118
-e "warning: 'has_denorm' is deprecated" \
119
- -e 'dlmalloc_ext_2_8_6\.c:[0-9:]+: warning: iteration [0-9]+ invokes undefined behavior' \
+ -e 'dlmalloc_ext_2_8_6\.c:[0-9:]\+: warning: iteration [0-9]\+ invokes undefined behavior' \
120
-e '1 warning generated' \
121
) || true
122
if [[ -n $warnings ]]; then
0 commit comments