Add clang and build-base to the build test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
823d766b0f
commit
aeaaa4e3a5
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: rust:1-alpine
|
image: rust:1-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- apk add clang build-base
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
containerize:
|
containerize:
|
||||||
image: docker:23-dind
|
image: docker:23-dind
|
||||||
|
|
Loading…
Reference in a new issue