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: 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