mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 15:35:41 +00:00
cleanup protoc (#100)
https://github.com/livekit/livekit-server/pull/95
This commit is contained in:
12
.github/workflows/buildtest.yaml
vendored
12
.github/workflows/buildtest.yaml
vendored
@@ -17,7 +17,6 @@ jobs:
|
||||
path: |
|
||||
~/go/pkg/mod
|
||||
~/go/bin
|
||||
~/bin/protoc
|
||||
~/.cache
|
||||
key: livekit-server
|
||||
- uses: shogo82148/actions-setup-redis@v1.10.3
|
||||
@@ -34,17 +33,6 @@ jobs:
|
||||
- name: Download Go modules
|
||||
run: go mod download
|
||||
|
||||
- name: Download protoc
|
||||
run: |
|
||||
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip
|
||||
sudo unzip protoc-3.15.8-linux-x86_64.zip -d /usr
|
||||
sudo chmod 755 /usr/bin/protoc
|
||||
|
||||
- name: Install protobuf generators
|
||||
run: |
|
||||
go install github.com/twitchtv/twirp/protoc-gen-twirp
|
||||
go install google.golang.org/protobuf/cmd/protoc-gen-go
|
||||
|
||||
- name: Mage Build
|
||||
uses: magefile/mage-action@v1
|
||||
with:
|
||||
|
||||
14
.github/workflows/docker.yaml
vendored
14
.github/workflows/docker.yaml
vendored
@@ -17,7 +17,6 @@ jobs:
|
||||
path: |
|
||||
~/go/pkg/mod
|
||||
~/go/bin
|
||||
~/bin/protoc
|
||||
~/.cache
|
||||
key: ${{ runner.os }}-livekit-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: |
|
||||
@@ -42,19 +41,6 @@ jobs:
|
||||
- name: Download Go modules
|
||||
run: go mod download
|
||||
|
||||
- name: Download protoc
|
||||
run: curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip
|
||||
|
||||
- name: Install protoc
|
||||
run: |
|
||||
sudo unzip protoc-3.15.8-linux-x86_64.zip -d /usr
|
||||
sudo chmod 755 /usr/bin/protoc
|
||||
|
||||
- name: Install protobuf generators
|
||||
run: |
|
||||
go install github.com/twitchtv/twirp/protoc-gen-twirp
|
||||
go install google.golang.org/protobuf/cmd/protoc-gen-go
|
||||
|
||||
- name: Generate code
|
||||
uses: magefile/mage-action@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user