diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index f6863f0..1073cc7 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -12,6 +12,7 @@ pipeline: build: image: 'rust:1.70-alpine3.18' commands: + - apk add --no-cache build-base - cargo build --verbose - cargo test --verbose # Binaries, even debug ones, should be statically compiled