feat(slides): Add slide about reproducibility

This commit is contained in:
Vincent Ambo 2018-03-12 02:21:56 +01:00
parent 82dd6c778c
commit f921e1095f

View file

@ -100,4 +100,19 @@
Now we have a new problem: Reproducibility!
\end{frame}
%% Slide 11:
\begin{frame}{Reproducibility}
Bit-for-bit equivalent output is hard, for example:
\begin{itemize}
\item Timestamps in output artifacts
\item Non-deterministic linking order in concurrent builds
\item Non-deterministic VM & memory states in outputs
\item Randomness in builds (sic!)
\end{itemize}
\end{frame}
%% Slide 12:
\section{State of (some part of) the Union}
\end{document}