chore(26.04): bump libnode to 127#873
Conversation
|
Blocked by #874 |
|
|
lczyk
left a comment
There was a problem hiding this comment.
a bunch of things to poke at. some slightly weird slicing + inconsistent slicing of the .map files. also two extra bits:
-
a lot of these feel very testable. yes, the tests woudl also install node, but that woudl go a way to showing the package works fine (all the
require's resolve etc) -
if i'm not mistaken the typescript files are not actually runtime deps at all. you sometimes include them in libs and sometimes dont. should we separate them into s separate slice? maybe
libs,typescriptandmaps.. 🤔
on an approving note:
all the *.so libs are correct afaict, libnode127 is ok and nodejs is ok 👍
Test CoverageAverage Total Coverage: 51.67% Arch: aarch64Coverage: 51.67%
|
|
|
installability failing on a bunch of unrelated stuff. adding them here for future 26.04 work:
|
|
wooho! 🥳 after many many blockers all passing ( except for 'removed slices' which is expected to fail and its ok because this is targeting 'devel' ) |
Proposed changes
This fixes the missing package
libnode115in 26.04Related issues/PRs
Unblocks #783
Forward porting
N/A
Checklist
Additional Context