Re: Hiding internal symbols

2022-08-14 Thread Niels Möller
Andreas Metzler writes: > Afaict almost all tests use internal symbols: > (sid)ametzler@argenau:/tmp/NETTLE/nettle-3.8.1$ for i in testsuite/*-test ; > do if objdump -R $i | grep -q -E 'HOGWEED_INTERNAL|NETTLE_INTERNAL' ; then > echo yes ; else echo no ; fi ; done | sort | uniq --count >

Re: False failure of ppc64 job in Gitlab CI

2022-08-14 Thread Niels Möller
Maamoun TK writes: > Merging Poly1305 implementation that utilizes 'vmsumudm' instruction > https://git.lysator.liu.se/nettle/nettle/-/merge_requests/47 into the > upstream triggers false failure in Gitlab CI. Running the patch natively > passes all tests successfully, I've tracked down the issue