commit | 60b52cf67bd1235cf99a48355a01d9872cfb3ff8 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Wed Apr 26 15:27:02 2023 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Apr 26 15:27:02 2023 -0400 |
tree | 30bc723eb73468a329447a53f1cab23c43577096 | |
parent | 0fa5effab0614c764916754696410b88f743ce86 [diff] [blame] |
build: align minimum build requirements with ndn-cxx Change-Id: I6935947db720b324f45422099e46ea8ff39d7532
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