From 1451ef74c2b0f82e9d12655d0016fae8268fff89 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Thu, 29 Dec 2022 20:32:42 +0100 Subject: [PATCH] Additional note in instruction for reproducibility 1.8.0 --- docs/building/build-1.8.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/building/build-1.8.0.md b/docs/building/build-1.8.0.md index 353519cdb8a..c8881619dba 100644 --- a/docs/building/build-1.8.0.md +++ b/docs/building/build-1.8.0.md @@ -8,6 +8,8 @@ You must have: * Linux or macOS. * Docker installed. * 14 GB memory available and configured in Docker. +* To get reproducible artifacts, [umask](https://en.wikipedia.org/wiki/Umask) command without parameters should +produce `0022` or `022` output. ## Set environment variables