mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-06 14:41:08 -09:00
Release Notes: https://nodejs.org/en/blog/release/v20.12.0 LICENSE hash changed due to changes in vendored components: * copyright year updates [1][2] * version name update [3] * change from "Unicode, Inc. License - Data Files and Software" to the "Unicode License v3" [4]. This is in the icu vendored dependency which is unused in buildroot. * new build tooling script [5] under BSD style license NodeJS tests are passing: $ ./utils/docker-run ./support/testing/run-tests -o ./outputs/ -k tests.package.test_nodejs 13:40:05 TestNodeJSModuleHostSrc Starting 13:40:06 TestNodeJSModuleHostSrc Building 14:05:52 TestNodeJSModuleHostSrc Building done 14:06:02 TestNodeJSModuleHostSrc Cleaning up .14:06:02 TestNodeJSModuleHostBin Starting 14:06:03 TestNodeJSModuleHostBin Building 14:24:25 TestNodeJSModuleHostBin Building done 14:24:31 TestNodeJSModuleHostBin Cleaning up .14:24:31 TestNodeJSBasic Starting 14:24:32 TestNodeJSBasic Building 14:42:53 TestNodeJSBasic Building done 14:43:02 TestNodeJSBasic Cleaning up . ---------------------------------------------------------------------- Ran 3 tests in 3776.679s OK [1]347e1dd06a[2]b88170d602[3]c8233912e9[4]625fd69b76[5]b5bc597871Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>