chore(tvix/eval): Build with --all-targets

Primarily to make sure we build benchmark targets, and avoid breaking
them

Change-Id: I0c43f4cf99ddfd38e7545ef2d8276ef6b240a1e8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6285
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Griffin Smith 2022-09-02 14:53:13 -04:00 committed by grfn
parent 29f8f06319
commit af9dca3663

View file

@ -4,6 +4,7 @@ lib.fix (self:
depot.third_party.naersk.buildPackage {
src = ./.;
doCheck = true;
cargoBuildOptions = opts: opts ++ [ "--all-targets" ];
meta.ci.targets = builtins.attrNames self.passthru;