Compare commits

...

2 Commits

Author SHA1 Message Date
9137d51267 1.0.32 2019-11-23 21:34:08 +00:00
a6bc8055f1 fix(core): update 2019-11-23 21:34:07 +00:00
3 changed files with 7 additions and 9 deletions

View File

@ -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

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "ht-docker-dbase", "name": "ht-docker-dbase",
"version": "1.0.31", "version": "1.0.32",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "ht-docker-dbase", "name": "ht-docker-dbase",
"version": "1.0.31", "version": "1.0.32",
"description": "easy CI for docker images", "description": "easy CI for docker images",
"main": "index.js", "main": "index.js",
"directories": { "directories": {