From fe85fd49910ee2779e2016760b414007795e0d69 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Sat, 17 Jun 2023 12:29:53 -0400 Subject: [PATCH] CI: Don't clear the npm cache, just the ripgrep cache The npm cache being present or not is irrelevant to the reproducer case Keep it for faster runs and less resource usage --- .cirrus.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index b3dd0842b..8e4a412f4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -15,18 +15,13 @@ arm_linux_task: - cd test_fetching_ripgrep - npm init -y --verbose - npm install --verbose --foreground-scripts @vscode/ripgrep; cat /root/.npm/_logs/*.log - - npm cache clean --force - rm -rfv /tmp/vscode-ripgrep-cache*/ - npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log - - npm cache clean --force - rm -rfv /tmp/vscode-ripgrep-cache*/ - npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log - - npm cache clean --force - rm -rfv /tmp/vscode-ripgrep-cache*/ - npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log - - npm cache clean --force - rm -rfv /tmp/vscode-ripgrep-cache*/ - npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log - - npm cache clean --force - rm -rfv /tmp/vscode-ripgrep-cache*/ - npm ci --verbose --foreground-scripts; cat /root/.npm/_logs/*.log