fdb-rs / fdb

FoundationDB client API for Tokio
https://fdb-rs.github.io/
Apache License 2.0
44 stars 2 forks source link

ci: update container image #29

Closed rajivr closed 2 years ago

rajivr commented 2 years ago

Update container image to NixOS release 22.05.

Also update Rust to release 1.62 and FDB 7.1.x release to 7.1.12.

Adjust fdb-stacktester-{630,710} to Rust 1.62 clippy lints.

In NixOS 22.05 release, for some reason /nix/var/nix/daemon-socket directory is not being created. So manually create this path so that systemd's nix-daemon.socket can be properly started.

Update cargo-llvm-cov to 0.4.9 release.