Skip to content

Commit 753de72

Browse files
authored
sharp: fix build (google#11758)
Manually installs the `emnapi` dependency without running scripts to workaround an upstream npm registry data problem. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67706 Upstream report toyobayashi/emnapi#112
1 parent aa59d35 commit 753de72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/sharp/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
################################################################################
1717

1818
# Install dependencies.
19+
npm install --ignore-scripts --no-save emnapi
1920
npm install
2021
npm install --save-dev @jazzer.js/core
2122

0 commit comments

Comments
 (0)