Stewart X Addison
Stewart X Addison
Assuming we'd have full access to them I think having it hosted by SiFive would generally be the preferred option assuming we had full access to it, although I could...
> Also builds ok natively in about ten hours with just --shared-openssl A brief update on this - while it does build ok with the ICU support, it does seem...
I'm looking to get this building with a cross-compiler although I'm currently getting compiler failures when doing so. This PR doesn't resolve the issue I'm seeing. I'm going to build...
I've got a clean build with a cross compiler now so we should be able to incorporate this into a suitable dockerfile now. I've got one based on [the `arm_cross`...
"Unofficial build" support is now live (although the server that's building is is creaking a bit under space limitations) so we have builds at https://unofficial-builds.nodejs.org/download/release/v17.9.0/ so we just need to...
The next step would be to look at getting the build passing all the tests that come with node, since they weren't all passing last time I tried. SInce this...
FYI There's a build break on 19.0.0 so there is no unofficial build for RISC-V in the latest version yet: https://github.com/nodejs/node/issues/45059
Bear in mind that from what I can see it's only the ARM 32-bit builds that are showing failing tests from what I can see, so this will need access...
@ShogunPanda You should be able to connect with: ``` ssh -p 2888 [email protected] ``` There's a copy of your built branch in the `node` directory with the output from `make...
@shogunpanda Is this access suitable for your debugging?