[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#34165] [PATCH] gnu: bitcoin-core: Make bitcoin-qt deterministic.
From: |
Ludovic Courtès |
Subject: |
[bug#34165] [PATCH] gnu: bitcoin-core: Make bitcoin-qt deterministic. |
Date: |
Wed, 23 Jan 2019 10:07:06 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi!
Carl Dong <address@hidden> skribis:
>>From 2b3162dde22a5d44eb5910b0fcfa07318f935aaf Mon Sep 17 00:00:00 2001
> From: Carl Dong <address@hidden>
> Date: Mon, 21 Jan 2019 14:51:57 -0500
> Subject: [PATCH] gnu: bitcoin-core: Make bitcoin-qt deterministic.
[...]
> + (add-before 'configure 'qt-time
> + (lambda _
> + (setenv "QT_RCC_SOURCE_DATE_OVERRIDE" "1"))) ; Make QT
> deterministic
Looking at this and the upstream commit¹, I’m thinking maybe we should
do the same in other Qt applications. Any idea how we can identify
applications where it’s needed?
Thanks,
Ludo’.
¹ https://github.com/qt/qtbase/commit/38271e9298dcf48652a6e2e08414a940a97867fa