diff options
author | Florian Klink <flokli@flokli.de> | 2023-12-23T10·24+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-12-24T15·44+0000 |
commit | 8d86d2f4094190e141da1d3c8bcb67181edfa211 (patch) | |
tree | f09cdbb541fedececbd20ccd042408b9f3a148bc /tvix/Cargo.nix | |
parent | 6af17545bf7ed58f4fa2c0d5269abb5bdce35f94 (diff) |
refactor(tvix/castore): add RootNode impl for BTreeMap, mv fs tests r/7258
cl/10378 did already move store/fs to castore/fs, but we kept the tests in tvix-store, as they were populating a PathInfoService to make nodes appear in the mount root. Update these tests to now just insert root nodes into a BTreeMap, and ensure we can use that as a RootNodes too. Change-Id: Iad7d1ee4f9423eb6e3a1da33f433842c9ae0de1f Reviewed-on: https://cl.tvl.fyi/c/depot/+/10410 Reviewed-by: raitobezarius <tvl@lahfa.xyz> Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 5bae02070bcb..9e73e20c2317 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -10268,10 +10268,6 @@ rec { ]; devDependencies = [ { - name = "libc"; - packageId = "libc"; - } - { name = "tempfile"; packageId = "tempfile"; } |