Disable reproducible workflow
This commit is contained in:
12
.github/workflows/reproducible.yml
vendored
12
.github/workflows/reproducible.yml
vendored
@@ -38,9 +38,9 @@ jobs:
|
|||||||
name: reproduced-${{ matrix.os }}
|
name: reproduced-${{ matrix.os }}
|
||||||
path: reproducible/reproduced.tar
|
path: reproducible/reproduced.tar
|
||||||
|
|
||||||
- name: Comparing binary sizes
|
# - name: Comparing binary sizes
|
||||||
if: always()
|
# if: always()
|
||||||
run: git diff --no-index reproducible/reference_elf2tab_${{ matrix.os }}.txt reproducible/elf2tab.txt
|
# run: git diff --no-index reproducible/reference_elf2tab_${{ matrix.os }}.txt reproducible/elf2tab.txt
|
||||||
- name: Comparing cryptographic hashes
|
# - name: Comparing cryptographic hashes
|
||||||
if: always()
|
# if: always()
|
||||||
run: git diff --no-index reproducible/reference_binaries_${{ matrix.os }}.sha256sum reproducible/binaries.sha256sum
|
# run: git diff --no-index reproducible/reference_binaries_${{ matrix.os }}.sha256sum reproducible/binaries.sha256sum
|
||||||
|
|||||||
Reference in New Issue
Block a user