fix(core): update
This commit is contained in:
parent
4ff525cf64
commit
a6bc8055f1
@ -11,13 +11,11 @@ before_script:
|
|||||||
- apk add --no-cache krb5-libs
|
- apk add --no-cache krb5-libs
|
||||||
- update-ca-certificates
|
- update-ca-certificates
|
||||||
- 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 the environment variable of LD_PRELOAD
|
|
||||||
ENV LD_PRELOAD /lib/stack-fix.so
|
|
||||||
- npm config set unsafe-perm true
|
- npm config set unsafe-perm true
|
||||||
- npm install -g @shipzone/npmci
|
- npm install -g @shipzone/npmci
|
||||||
- npmci npm prepare
|
- npmci npm prepare
|
||||||
|
Loading…
x
Reference in New Issue
Block a user