File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1818 ] ;
1919 PKG_CACHE_PATH = utils . pkgCachePath ;
2020 PKG_IGNORE_TAG = 1 ;
21+ # ensure that native modules are built from source
22+ npm_config_build_from_source = "true" ;
2123 buildPhase = ''
2224 cp ${ ./package.json } package.json
2325 pkg . \
4244 ] ;
4345 PKG_CACHE_PATH = utils . pkgCachePath ;
4446 PKG_IGNORE_TAG = 1 ;
47+ # ensure that native modules are built from source
48+ npm_config_build_from_source = "true" ;
4549 buildPhase = ''
4650 cp ${ ./package.json } package.json
4751 pkg . \
6569 ] ;
6670 PKG_CACHE_PATH = utils . pkgCachePath ;
6771 PKG_IGNORE_TAG = 1 ;
72+ # ensure that native modules are built from source
73+ npm_config_build_from_source = "true" ;
6874 buildPhase = ''
6975 cp ${ ./package.json } package.json
7076 pkg . \
You can’t perform that action at this time.
0 commit comments