On 2024-07-28 14:27, Jeffrey Walton wrote:
On Sun, Jul 28, 2024 at 7:47 AM Drew Parsons <dpars...@debian.org>
wrote:
I've uploaded an NMU for uid-wrapper 1.3.0-5.1 to skip the syscall
gettimeofday test on __arm__, since armel and armhf are returning
tv_sec=0 from the syscall. Obviously replace the patch with a better
fix if one is identified later.
I believe that will disable the test on aarch64, too. Is that intended?
If not, then I believe you need to pivot on __arm64__, __aarch32__ and
__aarch64__, too.
Not intended to skip arm64. The package maintainers can fix it when
they get a chance.
Drew