mbox series

[isar-cip-core,v3,0/2] ci for reproducible build check

Message ID 20230222114408.32155-1-venkata.pyla@toshiba-tsip.com (mailing list archive)
Headers show
Series ci for reproducible build check | expand

Message

Venkata Pyla Feb. 22, 2023, 11:44 a.m. UTC
From: venkata pyla <venkata.pyla@toshiba-tsip.com>

Hi,

The following patches add reproducible build check in ci.

Please review and provide your feedback

v3:
 - use immediate assignment for variable SOURCE_DATE_EPOCH

v2:
 - split gitlab-ci and add reproducible check ci jobs to another file
   '.reproducible-check-ci.yml'

venkata pyla (2):
  kas/opt/reproducible.yml: Add kas file for reproducible builds target
  .reproducible-check-ci.yml: Add ci for reproducible build checks

 .gitlab-ci.yml             |  5 +++
 .reproducible-check-ci.yml | 91 ++++++++++++++++++++++++++++++++++++++
 kas/opt/reproducible.yml   | 17 +++++++
 3 files changed, 113 insertions(+)
 create mode 100644 .reproducible-check-ci.yml
 create mode 100644 kas/opt/reproducible.yml

Comments

Jan Kiszka Feb. 24, 2023, 5:14 p.m. UTC | #1
On 22.02.23 12:44, venkata.pyla@toshiba-tsip.com wrote:
> From: venkata pyla <venkata.pyla@toshiba-tsip.com>
> 
> Hi,
> 
> The following patches add reproducible build check in ci.
> 
> Please review and provide your feedback
> 
> v3:
>  - use immediate assignment for variable SOURCE_DATE_EPOCH
> 
> v2:
>  - split gitlab-ci and add reproducible check ci jobs to another file
>    '.reproducible-check-ci.yml'
> 
> venkata pyla (2):
>   kas/opt/reproducible.yml: Add kas file for reproducible builds target
>   .reproducible-check-ci.yml: Add ci for reproducible build checks
> 
>  .gitlab-ci.yml             |  5 +++
>  .reproducible-check-ci.yml | 91 ++++++++++++++++++++++++++++++++++++++
>  kas/opt/reproducible.yml   | 17 +++++++
>  3 files changed, 113 insertions(+)
>  create mode 100644 .reproducible-check-ci.yml
>  create mode 100644 kas/opt/reproducible.yml
> 

Thanks, applied with minor adjustments.

Jan