codeintel: Bump lsif-go in CI (#27380)

This commit is contained in:
Chris Wendt 2021-11-10 16:07:14 -07:00 committed by GitHub
parent d89b6e9369
commit 664262a376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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