Updating woodpecker images to rust 1.80
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
pipeline:
|
||||
tests:
|
||||
image: rust:1.75
|
||||
image: rust:1.80
|
||||
commands:
|
||||
- "apt update"
|
||||
- "apt install -y lsof"
|
||||
- "cargo test"
|
||||
|
||||
build_release:
|
||||
image: rust:1.75
|
||||
image: rust:1.80
|
||||
commands:
|
||||
- "cargo install cargo-deb cargo-generate-rpm"
|
||||
- "cargo build --release"
|
||||
|
Reference in New Issue
Block a user