ci: rewrite from ground up
This commit is contained in:
parent
d759c64681
commit
9052dd556a
4 changed files with 46 additions and 81 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -11,10 +11,14 @@ rustix = "0.38.31"
|
|||
[workspace.lints.clippy]
|
||||
all = "deny"
|
||||
|
||||
[workspace.package]
|
||||
rust-version = "1.83.0"
|
||||
|
||||
[package]
|
||||
name = "xwayland-satellite"
|
||||
version = "0.7.0"
|
||||
edition = "2021"
|
||||
rust-version.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
@ -51,3 +55,9 @@ testwl = { path = "testwl" }
|
|||
[build-dependencies]
|
||||
anyhow = "1.0.98"
|
||||
vergen-gitcl = "1.0.8"
|
||||
|
||||
[profile.ci]
|
||||
inherits = "dev"
|
||||
# Shrink bloat in ./target which negatively affects build caching
|
||||
incremental = false
|
||||
debug = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue