mbox series

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

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

Message

Venkata Pyla Feb. 21, 2023, 3:41 p.m. UTC
From: venkata pyla <venkata.pyla@toshiba-tsip.com>

Hi,

The following patches add reproducible build check support in CI.

The reproducible check is added only for scheduled CI's in order to reduce
burden on regular commit pushes and monitor only reproducible checks on
specified intervals like bi-weekly or monthly.

A kas file (reproducible.yml) is added for sending "SOURCE_DATE_EPOCH"
value to build environment which will be used in artifacts to have
deterministic timestamps and etc.


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

 .gitlab-ci.yml           | 134 +++++++++++++++++++++++++++++++++++++++
 kas/opt/reproducible.yml |  17 +++++
 2 files changed, 151 insertions(+)
 create mode 100644 kas/opt/reproducible.yml