feat(tvix): add //tvix:shell-integration
This provides a shell containing the necessary packages to run the integration tests too. //tvix:shell stays the same. Change-Id: Iac7977cbb7dc085da698993be9baca662d09ff5f Reviewed-on: https://cl.tvl.fyi/c/depot/+/13164 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com>
This commit is contained in:
parent
22d68b3100
commit
5847cbf464
2 changed files with 8 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
})
|
||||
];
|
||||
})
|
||||
, withIntegration ? false
|
||||
, ...
|
||||
}:
|
||||
|
||||
|
|
@ -61,6 +62,9 @@ pkgs.mkShell {
|
|||
# `cargo build` on MacOS.
|
||||
pkgs.libiconv
|
||||
pkgs.buildPackages.darwin.apple_sdk.frameworks.Security
|
||||
] ++ pkgs.lib.optionals withIntegration [
|
||||
pkgs.cbtemulator
|
||||
pkgs.google-cloud-bigtable-tool
|
||||
];
|
||||
|
||||
# Set TVIX_BENCH_NIX_PATH to a somewhat pinned nixpkgs path.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue