fix(core): update
This commit is contained in:
parent
726c32f5ea
commit
8968bb5450
@ -13,7 +13,7 @@ before_script:
|
|||||||
- cp ./stack-fix.c /lib/
|
- cp ./stack-fix.c /lib/
|
||||||
- set -ex
|
- set -ex
|
||||||
- apk add --no-cache --virtual .build-deps build-base
|
- apk add --no-cache --virtual .build-deps build-base
|
||||||
- gcc -shared -fPIC /lib/stack-fix.c -o /lib/stack-fix.so \
|
- gcc -shared -fPIC /lib/stack-fix.c -o /lib/stack-fix.so
|
||||||
- apk del .build-deps
|
- apk del .build-deps
|
||||||
- export LD_PRELOAD="/lib/stack-fix.so"
|
- export LD_PRELOAD="/lib/stack-fix.so"
|
||||||
- npm config set unsafe-perm true
|
- npm config set unsafe-perm true
|
||||||
|
Loading…
Reference in New Issue
Block a user