fix(node): reject musl binaries with unresolved AVX-512 symbol

This commit is contained in:
Gatefixer
2026-08-05 18:51:18 +00:00
parent c7ea91f3ea
commit a23ee5fdac
4 changed files with 127 additions and 1 deletions
+2 -1
View File
@@ -86,7 +86,8 @@
"postdocs": "node typedoc_post_process.js",
"lint": "biome check . && biome format .",
"lint-fix": "biome check --write . && biome format --write .",
"prepublishOnly": "napi prepublish -t npm",
"check:native-symbols": "node scripts/check-native-symbols.js",
"prepublishOnly": "pnpm check:native-symbols && napi prepublish -t npm",
"test": "jest --verbose",
"integration": "S3_TEST=1 pnpm test",
"universal": "napi universalize",