commit | 08208497d8cf7843d58e744081e60c84e1e81216 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Mon Apr 17 01:25:01 2023 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon Apr 17 01:25:01 2023 -0400 |
tree | 47d8f8c7b6e43dd8128e1859f36765a39858d0fc | |
parent | 84e773012381805671e0fbdc72f64d8450220477 [diff] [blame] |
build: align minimum build requirements with ndn-cxx Change-Id: Ic4668122208e617a7ded67bc558023ef72d9f2cc
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