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:
parent
29f8f06319
commit
af9dca3663
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue