mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
build-remote: Implement in C++
This commit is contained in:
parent
2af5d35fdc
commit
167d12b02c
12 changed files with 338 additions and 30 deletions
|
@ -49,6 +49,8 @@ SSHStore::SSHStore(string uri, const Params & params, size_t maxConnections)
|
|||
, uri(std::move(uri))
|
||||
, key(get(params, "ssh-key", ""))
|
||||
{
|
||||
/* open a connection and perform the handshake to verify all is well */
|
||||
connections->get();
|
||||
}
|
||||
|
||||
string SSHStore::getUri()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue