feat: remote-build shim via sand-boxer (SAND-WP-0012)

Delegate make remote-build to sandboxer create when CLI is available;
retain legacy rsync path with deprecation notice. Add verify script.
This commit is contained in:
2026-06-24 12:56:32 +02:00
parent 7e1cfa005b
commit 5b5dc7604f
3 changed files with 82 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ ssh haskell-build # should connect via tunnel
## Using the VM
```bash
# Build a Haskell project remotely
# Build a Haskell project remotely (prefers sand-boxer workspace when installed)
make remote-build PROJECT=~/projects/my-app
# Run tests