Marco Deleu
Marco Deleu
remi-collect offers blazing-fast compilation and even release-candidate binaries. The only problem is that there's no arm64 support there. Swapping our current (complex) compilation process with a much-simpler process (https://github.com/deleugpn/bref-runtime-internal/blob/main/PHP80.Dockerfile#L6-L11) without...
The folks at Vercel are doing some amazing stuff that works great (https://github.com/deleugpn/bref-runtime-internal/blob/main/php80.build.sh#L31). I copied this strategy from https://github.com/juicyfx/libphp/blob/master/libs/amazon-linux-2-v80/Makefile#L53
I guess that's subjective. I have some extensive experience on PHP, but I find the code compiling PHP hard to read / understand / maintain. The copy/paste strategy seems much...
I've been working on https://github.com/brefphp/bref/pull/1078 for quite a while now but docker-compose bug on ARM prevents it from building arm layers at the moment. In the meantime I'm trying to...
arn:aws:lambda:us-east-1:978790411843:layer:prototype-arm64-php74-function:1 arn:aws:lambda:us-east-1:179453031647:layer:prototype-arm64-php74-fpm:1
I will look into building it this week. Sorry for the short answer, I'm on holidays between Christmas and new years
sorry the long time without replies. I have actually tried to release ARM64 prototype layers across regions multiple times in the past 3 weeks and no luck as of yet....
@wlami Thank you very much for that list! Unfortunately I just tried that and it did not solve the issue https://github.com/deleugpn/bref/pull/53
If anybody can figure out why this script fails at the end, please I'm open to any ideas AWS CodeBuild Logs ``` Successfully built 1f0adeee2251 Successfully tagged bref/arm-php80-fpm-zip:latest Network runtime_default...
This is quite a complex change and somewhat a maintenance overhead for bref. I'll need some time before I can review this thoroughly. It would be good to know how...