Add protoc to the build
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
343845dbd5
commit
add0bcf873
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: rust:1-alpine
|
image: rust:1-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add clang build-base
|
- apk add clang build-base protoc
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
containerize:
|
containerize:
|
||||||
image: docker:23-dind
|
image: docker:23-dind
|
||||||
|
|
Loading…
Reference in a new issue