commit | f1c32c3ef0c1b8b7fe921e8777a8298bc3272e72 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Wed Apr 26 15:34:51 2023 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Apr 26 15:34:51 2023 -0400 |
tree | 07456b128af7172f2b1ce5d767d980ca97a163d8 | |
parent | f48e163e732e892db7859afbe87b106876f6dcd9 [diff] [blame] |
build: align minimum build requirements with ndn-cxx Change-Id: Ie9c1258156f16d72288f8a25879680854aba3cd1
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