mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
remove all-features devshell
It's no longer necessary since it's equivalent to the default-features one now. The `DIRENV_DEVSHELL` thing is left in place however in case that becomes useful again in the future.
This commit is contained in:
parent
e6dbc293f1
commit
b5294f9aa0
3 changed files with 0 additions and 34 deletions
|
|
@ -51,7 +51,6 @@ ci() {
|
||||||
|
|
||||||
# Keep sorted
|
# Keep sorted
|
||||||
"$toplevel#devShells.x86_64-linux.default"
|
"$toplevel#devShells.x86_64-linux.default"
|
||||||
"$toplevel#devShells.x86_64-linux.all-features"
|
|
||||||
attic#default
|
attic#default
|
||||||
nixpkgs#direnv
|
nixpkgs#direnv
|
||||||
nixpkgs#jq
|
nixpkgs#jq
|
||||||
|
|
|
||||||
30
engage.toml
30
engage.toml
|
|
@ -88,21 +88,6 @@ name = "cargo-clippy/default"
|
||||||
group = "lints"
|
group = "lints"
|
||||||
script = "cargo clippy --workspace --all-targets --color=always -- -D warnings"
|
script = "cargo clippy --workspace --all-targets --color=always -- -D warnings"
|
||||||
|
|
||||||
[[task]]
|
|
||||||
name = "cargo-clippy/all"
|
|
||||||
group = "lints"
|
|
||||||
script = """
|
|
||||||
env DIRENV_DEVSHELL=all-features \
|
|
||||||
direnv exec . \
|
|
||||||
cargo clippy \
|
|
||||||
--workspace \
|
|
||||||
--all-targets \
|
|
||||||
--all-features \
|
|
||||||
--color=always \
|
|
||||||
-- \
|
|
||||||
-D warnings
|
|
||||||
"""
|
|
||||||
|
|
||||||
[[task]]
|
[[task]]
|
||||||
name = "cargo/default"
|
name = "cargo/default"
|
||||||
group = "tests"
|
group = "tests"
|
||||||
|
|
@ -114,18 +99,3 @@ cargo test \
|
||||||
-- \
|
-- \
|
||||||
--color=always
|
--color=always
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[task]]
|
|
||||||
name = "cargo/all"
|
|
||||||
group = "tests"
|
|
||||||
script = """
|
|
||||||
env DIRENV_DEVSHELL=all-features \
|
|
||||||
direnv exec . \
|
|
||||||
cargo test \
|
|
||||||
--all-features \
|
|
||||||
--workspace \
|
|
||||||
--all-targets \
|
|
||||||
--color=always \
|
|
||||||
-- \
|
|
||||||
--color=always
|
|
||||||
"""
|
|
||||||
|
|
|
||||||
|
|
@ -121,9 +121,6 @@
|
||||||
);
|
);
|
||||||
|
|
||||||
devShells.default = (mkScope pkgs).shell;
|
devShells.default = (mkScope pkgs).shell;
|
||||||
devShells.all-features = ((mkScope pkgs).overrideDefaultPackage {
|
|
||||||
all-features = true;
|
|
||||||
}).shell;
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue