Skip to content

Commit

Permalink
Remove usage of lsif-semanticdb (the original Go cli)
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Oct 12, 2021
1 parent 351e803 commit a1a37d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}

# [Optional] Uncomment this section to install additional OS packages.
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends default-jdk gradle maven golang-go \
&& go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb
&& apt-get -y install --no-install-recommends default-jdk gradle maven


1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "^1.13.1"
- run: go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb
- run: sbt test
check:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ This page documents tips and tricks for contributing to the

- `java`: any version should work
- `git`: any version should work
- `lsif-semanticdb`:
`go get github.com/sourcegraph/lsif-semanticdb/cmd/lsif-semanticdb`
- `gradle`: `brew install gradle`, or see
[general installation guide](https://gradle.org/install/).
- `mvn`: `brew install maven`, or see
Expand Down

0 comments on commit a1a37d9

Please sign in to comment.