Compare commits
1 Commits
2f1621175d
...
594787f306
| Author | SHA1 | Date |
|---|---|---|
|
|
594787f306 |
|
|
@ -13,8 +13,9 @@ steps:
|
||||||
# Binaries, even debug ones, should be statically compiled
|
# Binaries, even debug ones, should be statically compiled
|
||||||
- '[ "$(readelf -d target/debug/rieterd | grep NEEDED | wc -l)" = 0 ]'
|
- '[ "$(readelf -d target/debug/rieterd | grep NEEDED | wc -l)" = 0 ]'
|
||||||
|
|
||||||
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
|
# Clippy also performs a full build, so putting it here saves the CI a
|
||||||
# lot of work
|
# lot of work
|
||||||
|
clippy:
|
||||||
|
image: 'git.rustybever.be/chewing_bever/rieter-builder:1.79-alpine3.19'
|
||||||
|
commands:
|
||||||
- cargo clippy -- --no-deps -Dwarnings
|
- cargo clippy -- --no-deps -Dwarnings
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue