Re: [gentoo-dev] [PATCH 4/4] waf-utils.eclass: set PYTHONHASHSEED environment variable

2022-11-19 Thread Michał Górny
On Sat, 2022-11-19 at 09:23 +, Matthew Smith wrote: > waf relies on Python set order, so let's make it consistent to avoid > brittle builds. > > Added into existing phase functions instead of pkg_setup to retain > compatibility with existing ebuilds. > Normally I'd say that avoiding build

[gentoo-dev] [PATCH 4/4] waf-utils.eclass: set PYTHONHASHSEED environment variable

2022-11-19 Thread Matthew Smith
waf relies on Python set order, so let's make it consistent to avoid brittle builds. Added into existing phase functions instead of pkg_setup to retain compatibility with existing ebuilds. Signed-off-by: Matthew Smith --- eclass/waf-utils.eclass | 5 + 1 file changed, 5 insertions(+) diff