chore: bump deps
@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.
It's maybe just because the pre-built packages aren't compiled with -fPIC yet.
@henderkes it looks like there is still an issue with
-fpicinstead of-fPICon 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
It's maybe just because the pre-built packages aren't compiled with
-fPICyet.
oh yeah that makes sense, should be alright tomorrow then