Skip to content

Commit 741d854

Browse files
committed
Reproducible MPICH builds
1 parent adc7e79 commit 741d854

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootstrap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ if test ! -d "$SOURCE"; then
5151
if test -d "$SOURCE"/modules/yaksa; then
5252
cd "$SOURCE"/modules/yaksa
5353
echo regenerating yaksa with nesting level 2
54+
PYTHONDONTWRITEBYTECODE=1 PYTHONHASHSEED=0 \
5455
src/backend/seq/genpup.py --pup-max-nesting 2
5556
cd src/backend/seq/pup
5657
find . -type f -exec touch -r . {} \;

0 commit comments

Comments
 (0)