Compare commits

..

1 Commits

Author SHA1 Message Date
Jef Roosens 594787f306
feat(ci): use custom builder image
ci/woodpecker/push/build Pipeline failed Details
ci/woodpecker/push/lint Pipeline failed Details
2024-07-07 13:31:05 +02:00
1 changed files with 3 additions and 2 deletions

View File

@ -13,8 +13,9 @@ steps:
# Binaries, even debug ones, should be statically compiled
- '[ "$(readelf -d target/debug/rieterd | grep NEEDED | wc -l)" = 0 ]'
# Clippy also performs a full build, so putting it here saves the CI a
# lot of work
clippy:
image: 'git.rustybever.be/chewing_bever/rieter-builder:1.79-alpine3.19'
# Clippy also performs a full build, so putting it here saves the CI a
# lot of work
commands:
- cargo clippy -- --no-deps -Dwarnings