File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,16 @@ jobs:
215215 ( ${{env.compiler}} ; echo "=== CC: $CC => `command -v $CC` =>" ; $CC --version ; echo "=== CXX: $CXX => `command -v $CXX` =>" ; $CXX --version ) || true
216216 make -s -j 8 distcheck
217217
218+ - name : NUT CI Build to verify "dist" tarball build self-reproducibility
219+ env :
220+ compiler : ' CC=gcc CXX=g++'
221+ run : |
222+ PATH="/usr/lib/ccache:$PATH" ; export PATH
223+ CCACHE_COMPRESS=true; export CCACHE_COMPRESS
224+ ccache --version || true
225+ ( ${{env.compiler}} ; echo "=== CC: $CC => `command -v $CC` =>" ; $CC --version ; echo "=== CXX: $CXX => `command -v $CXX` =>" ; $CXX --version ) || true
226+ make -s -j 8 distcheck-completeness
227+
218228 - name : CCache stats after distcheck
219229 run : ccache -sv || ccache -s || echo "FAILED to read ccache info, oh well"
220230
You can’t perform that action at this time.
0 commit comments