diff options
-rw-r--r-- | presentation.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/presentation.tex b/presentation.tex index 09000a5256db..75fe4a91de45 100644 --- a/presentation.tex +++ b/presentation.tex @@ -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} |