Skip to content

Commit 488e461

Browse files
author
Artem
committed
#RI-4131 ignore optional deps since seems like due to cpu-features (used by ssh2) we are crashing when trying to connect to ssh
1 parent 6b56459 commit 488e461

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,8 @@ jobs:
519519
runtime/org.freedesktop.Platform/x86_64/20.08 \
520520
org.electronjs.Electron2.BaseApp/x86_64/20.08
521521
522-
yarn --cwd redisinsight/api/ install
522+
yarn --cwd redisinsight/api/ install --ignore-optional
523+
yarn --cwd redisinsight/ install --ignore-optional
523524
yarn install
524525
yarn build:statics
525526
no_output_timeout: 15m

0 commit comments

Comments
 (0)