-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Problem
node-dump-syms fails to install on Node.js v24 (ABI 137) because there are no prebuilt binaries available. It falls back to compiling from source via Rust/Cargo, which many environments don't have installed.
Current prebuilts cover ABI versions 108, 115, and 127. Node.js v24 uses ABI 137.
Expected
Add prebuilt binaries for node-v137-{darwin-arm64,darwin-x64,linux-x64,win32-x64} to the release assets.
Context
Discovered while testing @bugsplat/symbol-upload with the -m (dumpSyms) flag for Android .so file uploads in @bugsplat/expo.
Reactions are currently unavailable