frankenphp icon indicating copy to clipboard operation
frankenphp copied to clipboard

chore: bump deps

Open dunglas opened this issue 6 months ago • 1 comments

dunglas avatar Jun 20 '25 08:06 dunglas

@henderkes it looks like there is still an issue with -fpic instead of -fPIC on ARM, but I'm not sure of the origin of the issue. Also, I'm unsure why the file is missing for the GNU build, but it may be the same underlying error.

dunglas avatar Jun 20 '25 13:06 dunglas

It's maybe just because the pre-built packages aren't compiled with -fPIC yet.

dunglas avatar Jun 20 '25 14:06 dunglas

@henderkes it looks like there is still an issue with -fpic instead of -fPIC on ARM, but I'm not sure of the origin of the issue. Also, I'm unsure why the file is missing for the GNU build, but it may be the same underlying error.

The docker thing missing is something that sometimes happens in your CI. I'm not sure where that's coming from, it doesn't happen in our CI. I would guess it's related to Docker in some way.

I've already created an issue for the -fpic error, but I haven't been successful in reproducing it yet. CFLAGS is already set to -fPIC...

https://github.com/crazywhalecc/static-php-cli/blob/main/config/env.ini#L74

henderkes avatar Jun 20 '25 14:06 henderkes

It's maybe just because the pre-built packages aren't compiled with -fPIC yet.

oh yeah that makes sense, should be alright tomorrow then

henderkes avatar Jun 20 '25 14:06 henderkes