fix(core): update

This commit is contained in:
Philipp Kunz 2019-11-23 21:36:48 +00:00
parent 726c32f5ea
commit 8968bb5450

View File

@ -13,7 +13,7 @@ before_script:
- cp ./stack-fix.c /lib/
- set -ex
- 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
- export LD_PRELOAD="/lib/stack-fix.so"
- npm config set unsafe-perm true