Add clang and build-base to the build test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Daan Boerlage 2023-04-05 02:37:15 +02:00
parent 823d766b0f
commit aeaaa4e3a5
Signed by: daan
GPG key ID: FCE070E1E4956606

View file

@ -2,6 +2,7 @@ pipeline:
build:
image: rust:1-alpine
commands:
- apk add clang build-base
- cargo build --release
containerize:
image: docker:23-dind