File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARCH=${ARCH:-'x64'}
6
6
LIBC=${LIBC:- ' ' }
7
7
# FILENAME="RedisInsight-$PLATFORM.$VERSION.$ARCH.zip"
8
8
FILENAME=" RedisInsight-web-$PLATFORM "
9
- if [ ! -z $LIBC ]
9
+ if [ $LIBC == ' musl ' ]
10
10
then
11
11
FILENAME=" $FILENAME -$LIBC .$ARCH .tar.gz"
12
12
export npm_config_target_libc=" $LIBC "
@@ -19,6 +19,7 @@ echo "Platform: $PLATFORM"
19
19
echo " Arch: $ARCH "
20
20
echo " Libc: $LIBC "
21
21
echo " npm target libc: $npm_config_target_libc "
22
+ echo " Filname: $FILENAME "
22
23
23
24
rm -rf redisinsight/api/node_modules
24
25
Original file line number Diff line number Diff line change @@ -840,6 +840,9 @@ jobs:
840
840
- run :
841
841
name : Build web archives
842
842
command : |
843
+ unset npm_config_keytar_binary_host_mirror
844
+ unset npm_config_node_sqlite3_binary_host_mirror
845
+
843
846
# Docker sources
844
847
PLATFORM=linux ARCH=x64 LIBC=musl .circleci/build/build_modules.sh
845
848
PLATFORM=linux ARCH=arm64 LIBC=musl .circleci/build/build_modules.sh
You can’t perform that action at this time.
0 commit comments