Uh oh!
There was an error while loading. Please reload this page.
Build mpdecimal from source to workaround unreliable launchpad.net - #149248
Conversation
Documentation build overview
24 files changed · |
Uh oh!
There was an error while loading. Please reload this page.
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Sorry, @hugovk, I could not cleanly backport this to |
Sorry, @hugovk, I could not cleanly backport this to |
hugovk
commented
May 1, 2026
We don't actually need this for 3.14 (and likely 3.13) because it falls back to bundled libmpdec. Both are still passing: |
| MPDECIMAL_VERSION=4.0.1 | ||
| curl -fsSL "https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-${MPDECIMAL_VERSION}.tar.gz" \ |
There was a problem hiding this comment.
(late to the party) this should probably checksum the downloaded archive before extracting
Canonical infra is unreliable right now:
This is causing the
libmpdec-devinstall to fail from ppa:ondrej/php and launchpad.net.Instead, until things stabilise, we can temporarily build from source.