From 664262a3764fc01d9eb7d1142c4906e4711f1761 Mon Sep 17 00:00:00 2001 From: Chris Wendt Date: Wed, 10 Nov 2021 16:07:14 -0700 Subject: [PATCH] codeintel: Bump lsif-go in CI (#27380) --- .github/workflows/lsif.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lsif.yml b/.github/workflows/lsif.yml index 95ba2fc8f46..364c6679bb8 100644 --- a/.github/workflows/lsif.yml +++ b/.github/workflows/lsif.yml @@ -6,7 +6,7 @@ jobs: # Skip running on forks if: github.repository == 'sourcegraph/sourcegraph' runs-on: ubuntu-latest - container: sourcegraph/lsif-go:v1.7.2 # Pinned in preparation for upgrade + container: sourcegraph/lsif-go strategy: matrix: root: @@ -20,7 +20,8 @@ jobs: # Run lsif-go - name: Run lsif-go working-directory: ${{ matrix.root }} - run: lsif-go --no-animation + # --dep-batch-size=100 avoids loading all deps into memory and getting OOM killed + run: lsif-go --no-animation --dep-batch-size=100 # Upload lsif-go data to Cloud, Dogfood, and Demo instances - name: Upload lsif-go dump to Cloud