From adea803645f14ac49e26b4f7f053a7d8be4ce609 Mon Sep 17 00:00:00 2001 From: Spencer Date: Thu, 7 Mar 2019 10:01:34 -0800 Subject: [PATCH] [ci] remove `hash -r`, its taking 2 minutes and maybe unnecessary (#32616) Noticed that this step takes like 2 minutes on CI, and I'm pretty sure I only added it without knowing it was necessary, so trying out removing it. --- src/dev/ci_setup/setup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dev/ci_setup/setup.sh b/src/dev/ci_setup/setup.sh index 669cd9cb8859d..638c9ec652094 100755 --- a/src/dev/ci_setup/setup.sh +++ b/src/dev/ci_setup/setup.sh @@ -84,7 +84,6 @@ fi ### "install" node into this shell ### export PATH="$nodeBin:$PATH" -hash -r ### ### downloading yarn @@ -102,7 +101,6 @@ yarn config set yarn-offline-mirror "$cacheDir/yarn-offline-cache" ### yarnGlobalDir="$(yarn global bin)" export PATH="$PATH:$yarnGlobalDir" -hash -r ### ### install dependencies