mbox series

[isar-cip-core,0/2] Test different artifacts are bit identical

Message ID 20230523135611.31234-1-venkata.pyla@toshiba-tsip.com (mailing list archive)
Headers show
Series Test different artifacts are bit identical | expand

Message

Venkata Pyla May 23, 2023, 1:56 p.m. UTC
From: venkata pyla <venkata.pyla@toshiba-tsip.com>

This patch series enhances the reproducible check CI that include
different artifacts in the build image are verified against bit identical
artifacts.

venkata pyla (2):
  scripts: Add script to test different artifacts in the image are bit
    identical
  .reproducible-check-ci.yml: use repro-tests.sh in the CI check

 .reproducible-check-ci.yml | 15 +++++--
 scripts/repro-tests.sh     | 91 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 102 insertions(+), 4 deletions(-)
 create mode 100755 scripts/repro-tests.sh

Comments

Jan Kiszka May 27, 2023, 5:01 p.m. UTC | #1
On 23.05.23 15:56, venkata.pyla@toshiba-tsip.com wrote:
> From: venkata pyla <venkata.pyla@toshiba-tsip.com>
> 
> This patch series enhances the reproducible check CI that include
> different artifacts in the build image are verified against bit identical
> artifacts.
> 
> venkata pyla (2):
>   scripts: Add script to test different artifacts in the image are bit
>     identical
>   .reproducible-check-ci.yml: use repro-tests.sh in the CI check
> 
>  .reproducible-check-ci.yml | 15 +++++--
>  scripts/repro-tests.sh     | 91 ++++++++++++++++++++++++++++++++++++++
>  2 files changed, 102 insertions(+), 4 deletions(-)
>  create mode 100755 scripts/repro-tests.sh
> 

Thanks, both applied.

Jan