Fix woodpecker ci
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
SeanOMik 2023-12-28 21:56:46 -05:00
parent 10fc7842cf
commit e4894679f9
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
3 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,11 @@
variables:
- &rust_image 'rust:1.73'
- &rust_image 'git.seanomik.net/seanomik/rust-nightly:2023-11-21-bookworm'
steps:
build:
image: *rust_image
commands:
- apt update
- apt install libudev-dev
- apt install libudev-dev -y
- cargo build --release
- cargo test

View File

@ -1 +0,0 @@
nightly

5
rust-toolchain.toml Normal file
View File

@ -0,0 +1,5 @@
[toolchain]
channel = "nightly-2023-11-21"
#components = [ "rustfmt", "rustc-dev" ]
targets = [ "x86_64-unknown-linux-gnu" ]
#profile = "minimal"