mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
codeintel: Bump lsif-go in CI (#27380)
This commit is contained in:
parent
d89b6e9369
commit
664262a376
5
.github/workflows/lsif.yml
vendored
5
.github/workflows/lsif.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user