phpv8 / v8js

V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine
http://pecl.php.net/package/v8js
MIT License
1.84k stars 200 forks source link

Check for libnode (additional/instead of libv8) #537

Closed stesie closed 1 month ago

stesie commented 1 month ago

refs #522, picking up the idea to use libnode on alpine

stesie commented 1 month ago

@JoshuaBehrens given you recently worked on the auto-detection, what do you think?

stesie commented 1 month ago

@JoshuaBehrens

With this in mind I assume we need a workflow verifying a apk add libnode-ish installation on alpine works out. Right?

well, I'm unsure if we actually need it. But sure, certainly it is a nice to have. On the other hand I don't want to overact it.

But yes, why not have some jobs next to the matrix one, that builds it on alpine and maybe one on ubuntu. After all this may also provide guideance to others how the extension can be installed on particular systems

JoshuaBehrens commented 1 month ago

@stesie yes, I also thought about test on package manager based builds. They should not take a lot of minutes and ensure others have easy access to this.