feat(tvix/tools/turbofetch): Add crate2nix-check
Change-Id: Ie615d824032c85af6f8f40419bc22d7e3f38bb4c Reviewed-on: https://cl.tvl.fyi/c/depot/+/12302 Tested-by: BuildkiteCI Autosubmit: Ilan Joselevich <personal@ilanjoselevich.com> Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
parent
424b1ab5ad
commit
beb6713983
1 changed files with 3 additions and 1 deletions
|
|
@ -6,4 +6,6 @@
|
||||||
src = depot.tvix.utils.filterRustCrateSrc { root = prev.src.origSrc; };
|
src = depot.tvix.utils.filterRustCrateSrc { root = prev.src.origSrc; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}).rootCrate.build
|
}).rootCrate.build.overrideAttrs {
|
||||||
|
meta.ci.extraSteps.crate2nix-check = depot.tvix.utils.mkCrate2nixCheck ./Cargo.nix;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue