Replies: 2 comments
-
|
thanks, fixed in 123a488 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
this is fixed in https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.19.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @zandbelt,
the numerical value
111111111111111seems to be too large for even along inton 32-bit platforms, causing the test suite to fail at just that one test:This occurred to me on a Debian build failure on some arches (https://buildd.debian.org/status/logs.php?pkg=libapache2-mod-auth-openidc&ver=2.4.19-1), i.e. on i386: https://buildd.debian.org/status/fetch.php?pkg=libapache2-mod-auth-openidc&arch=i386&ver=2.4.19-1&stamp=1767357016&raw=0
Now the question being: Is there an easy way to support this or at least error out gracefully or do we have to drop support for all those arches?
Best wishes,
Moritz
Beta Was this translation helpful? Give feedback.
All reactions