Skip to content

Commit 1ed4261

Browse files
committed
Debug cmp call in CI
1 parent 6dffe8e commit 1ed4261

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/stack_size.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ jobs:
9292
echo "Verified \`read_stack\` agrees the binary's stack is now 8 MB"
9393
9494
# Only one byte should be different due to the bit pattern of 8 MB
95+
ls monerod
96+
ls monerod-chelf
97+
cmp --help
9598
BYTES_DIFFERENT=$(cmp -l monerod monerod-chelf | wc -l)
99+
echo $BYTES_DIFFERENT
96100
if [ "$BYTES_DIFFERENT" -ne 1 ]; then
97101
echo "More than one byte was different between the two binaries"
98102
exit 4

0 commit comments

Comments
 (0)