commit | 46ba1e519a0fe36825cd04bf69e26708107b60ba | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Mon Apr 17 02:36:33 2023 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon Apr 17 02:36:33 2023 -0400 |
tree | d577951a7f665190e3373e026f2da2b573ec35e7 | |
parent | 8d60e64ac554ee889bbfe1898dbc66af442db73b [diff] [blame] |
build: align minimum build requirements with ndn-cxx Change-Id: Ib4ec26affd83a282bb66aa7fda0c50d7471de5fc
diff --git a/.jenkins b/.jenkins index 0f40e00..92b9dae 100755 --- a/.jenkins +++ b/.jenkins
@@ -32,6 +32,9 @@ export DISABLE_HEADERS_CHECK=yes fi +# https://reproducible-builds.org/docs/source-date-epoch/ +export SOURCE_DATE_EPOCH=$(git log -1 --format=%ct) + for file in .jenkins.d/*; do [[ -f $file && -x $file ]] || continue