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:
parent
7e1cfa005b
commit
5b5dc7604f
3 changed files with 82 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue