Hi all
As continuation from previous arch changes and arch status [1], I want
to propose the next arch change for the near council meeting:
a. Splitting ppc64 keyword into ppc64 and ppc64le
Currently the ppc64 arch keyword matches both big endian (ppc64ul) and
little endian (ppc64le). While ther
On 2024-08-02 15:05, Arthur Zamarin wrote:
Hi all
As continuation from previous arch changes and arch status [1], I want
to propose the next arch change for the near council meeting:
a. Splitting ppc64 keyword into ppc64 and ppc64le
Currently the ppc64 arch keyword matches both big endian (ppc
Fix the declaration of DISTUTILS_ALLOW_WHEEL_REUSE to allow disabling it
via setting the variable to an empty value in the environment.
Signed-off-by: Michał Górny
---
eclass/distutils-r1.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/distutils-r1.eclass b/ecla
Add a sanity check that ensures that PYTHONPATH does not contain any
relative paths. While at it, also explicitly warn about PYTHONPATH
being set, so we know about it in build logs.
Signed-off-by: Michał Górny
---
eclass/distutils-r1.eclass | 1 +
eclass/python-any-r1.eclass| 1 +
ecl