Skip to content

Commit

Permalink
ofborg/src/tasks/eval/nixpkgs.rs: drop redundant call to lib/tests/re…
Browse files Browse the repository at this point in the history
…lease.nix
  • Loading branch information
Your Name committed Dec 3, 2023
1 parent 01e36ac commit 0db6ef0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions ofborg/src/tasks/eval/nixpkgs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,22 +456,10 @@ impl<'a> EvaluationStrategy for NixpkgsStrategy<'a> {
],
self.nix.clone(),
),
EvalChecker::new(
"lib-tests",
nix::Operation::Build,
vec![
String::from("--arg"),
String::from("pkgs"),
String::from("import ./. {}"),
String::from("./lib/tests/release.nix"),
],
self.nix.clone(),
),
EvalChecker::new(
"ct",
nix::Operation::Unknown { program: "nix-shell".to_owned() },
nix::Operation::Unknown { program: "./ct/default.nix".to_owned() },
vec![
String::from("./ct"),
],
self.nix.clone(),
),
Expand Down

0 comments on commit 0db6ef0

Please sign in to comment.