mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Test the post-build-hook with remote builders
Regression test for #4245
This commit is contained in:
parent
6758e65612
commit
ee7c94fa1b
2 changed files with 31 additions and 0 deletions
|
@ -14,6 +14,9 @@ builders=(
|
|||
"ssh-ng://localhost?remote-store=$TEST_ROOT/machine3?system-features=baz - - 1 1 baz"
|
||||
)
|
||||
|
||||
chmod -R +w $TEST_ROOT/machine* || true
|
||||
rm -rf $TEST_ROOT/machine* || true
|
||||
|
||||
# Note: ssh://localhost bypasses ssh, directly invoking nix-store as a
|
||||
# child process. This allows us to test LegacySSHStore::buildDerivation().
|
||||
# ssh-ng://... likewise allows us to test RemoteStore::buildDerivation().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue