We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5c2c5 commit 8c3849cCopy full SHA for 8c3849c
extra/ci_collect_logs.sh
@@ -88,7 +88,7 @@ for artifact in $ARTIFACTS ; do
88
for i in $(seq 0 $((SKETCH_COUNT - 1))) ; do
89
REPORT=$(echo $REPORTS | jq -cr ".[$i]")
90
SKETCH_NAME=$(echo $REPORT | jq -cr '.name')
91
- SKETCH_ISSUES=$(echo $REPORT | jq -cr '.issues.[]' | sed -e 's/.*\(\(\/[^/]\+\)\{3\}\):/...\1:/' -e 's/.*ld: .*: undefined/ld: undefined' | c++filt)
+ SKETCH_ISSUES=$(echo $REPORT | jq -cr '.issues.[]' | sed -e 's/.*\(\(\/[^/]\+\)\{3\}\):/...\1:/' -e 's/.*ld: .*: undefined/ld: undefined/' | c++filt)
92
SKETCH_ISSUES_COUNT=$(echo $REPORT | jq -cr '.issues | length')
93
if ! $(echo $REPORT | jq -cr '.compilation_success') ; then
94
SKETCH_ERRORS=$((SKETCH_ERRORS + 1))
0 commit comments