Add elf2tab output to reproducible reference, to easily check for binary size regressions.

This commit is contained in:
Guillaume Endignoux
2020-06-09 16:25:22 +02:00
parent 0316d7f7e4
commit 6b2df6f2b5
5 changed files with 98 additions and 2 deletions

View File

@@ -36,5 +36,7 @@ jobs:
name: reproduced-${{ matrix.os }}
path: reproducible/reproduced.tar
- name: Comparing binary sizes
run: git diff --no-index reproducible/reference_elf2tab.txt reproducible/elf2tab.txt
- name: Comparing cryptographic hashes
run: git diff --no-index reproducible/reference_binaries_${{ matrix.os }}.sha256sum reproducible/binaries.sha256sum