fix(core): update

This commit is contained in:
Philipp Kunz 2019-11-23 21:34:07 +00:00
parent 4ff525cf64
commit a6bc8055f1

View File

@ -11,13 +11,11 @@ before_script:
- apk add --no-cache krb5-libs
- update-ca-certificates
- 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 \
&& apk del .build-deps
# export the environment variable of LD_PRELOAD
ENV LD_PRELOAD /lib/stack-fix.so
- set -ex
- apk add --no-cache --virtual .build-deps build-base
- 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
- npm install -g @shipzone/npmci
- npmci npm prepare