On Mon, Sep 22, 2025 at 03:16:11PM +0200, Patrick Steinhardt wrote:
Update to 10e96bc (Merge pull request #127 from
pks-gitlab/pks-ci-improvements, 2025-09-22). This commit includes a
couple of changes:
- The GitHub CI has been updated to include a 32 bit CI job.
Furthermore, the jobs now compile with "-Werror" and more warnings
enabled.
- An issue was addressed where `uintptr_t` is not available on
NonStop [1].
Thanks, the uintptr_t solution looks reasonable to me based on the
earlier discussion. I don't really have the context to review the rest
of it, but it builds and passes tests for me here. ;)
-Peff