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