Skip to content

Commit fe79482

Browse files
Remove debug output
1 parent bdee604 commit fe79482

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

.github/workflows/builds.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -335,30 +335,7 @@ jobs:
335335
with:
336336
name: compile-database
337337
path: build-release/
338-
339-
- name: Debug download artifact layout
340-
run: |
341-
echo "=== Workspace root ==="
342-
ls -la
343-
echo ""
344-
echo "=== build-release/ contents ==="
345-
find build-release/ -type f 2>/dev/null | head -30 || echo "build-release/ directory NOT FOUND"
346-
echo ""
347-
echo "=== Looking for compile_commands.json anywhere ==="
348-
find . -name 'compile_commands.json' -not -path './.git/*' 2>/dev/null
349-
echo ""
350-
echo "=== Looking for .pb.h anywhere ==="
351-
find . -name '*.pb.h' -not -path './.git/*' 2>/dev/null | head -5
352-
echo ""
353-
if [ -f build-release/compile_commands.json ]; then
354-
echo "SUCCESS: build-release/compile_commands.json found ($(wc -l < build-release/compile_commands.json) lines)"
355-
else
356-
echo "FAIL: build-release/compile_commands.json not found"
357-
echo "Trying without build-release/ prefix:"
358-
ls -la compile_commands.json 2>/dev/null || echo " Not at workspace root either"
359-
exit 1
360-
fi
361-
338+
362339
- name: Collect source files
363340
run: |
364341
find src/ bridge/src/ examples/ \

0 commit comments

Comments
 (0)