We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cmp
1 parent 6dffe8e commit 1ed4261Copy full SHA for 1ed4261
1 file changed
.github/workflows/stack_size.yml
@@ -92,7 +92,11 @@ jobs:
92
echo "Verified \`read_stack\` agrees the binary's stack is now 8 MB"
93
94
# Only one byte should be different due to the bit pattern of 8 MB
95
+ ls monerod
96
+ ls monerod-chelf
97
+ cmp --help
98
BYTES_DIFFERENT=$(cmp -l monerod monerod-chelf | wc -l)
99
+ echo $BYTES_DIFFERENT
100
if [ "$BYTES_DIFFERENT" -ne 1 ]; then
101
echo "More than one byte was different between the two binaries"
102
exit 4
0 commit comments