Repair scratch setup preflight for repo-local host processes
This commit is contained in:
@@ -29,7 +29,7 @@ Setup scripts validate prerequisites, build solutions and Docker images, and lau
|
||||
./scripts/setup.sh --images-only # only build Docker images
|
||||
```
|
||||
|
||||
The scripts will check for required tools (dotnet 10.x, node 20+, npm 10+, docker, git), warn about missing hosts file entries, and copy `.env` from the example if needed. See the manual steps below for details on each stage.
|
||||
The scripts will check for required tools (dotnet 10.x, node 20+, npm 10+, docker, git), warn about missing hosts file entries, copy `.env` from the example if needed, and stop repo-local host-run Stella services before the solution build so scratch bootstraps do not fail on locked `bin/Debug` outputs. See the manual steps below for details on each stage.
|
||||
|
||||
On Windows and Linux, the backend image builder now publishes each selected .NET service locally and builds the hardened runtime image from a small temporary context. That avoids repeatedly streaming the whole monorepo into Docker during scratch setup.
|
||||
|
||||
@@ -195,6 +195,9 @@ dotnet test src\Scanner\StellaOps.Scanner.sln
|
||||
# Windows (PowerShell 7)
|
||||
.\scripts\build-all-solutions.ps1
|
||||
|
||||
# Stop repo-local host-run Stella services first if a prior debug session left binaries locked
|
||||
.\scripts\build-all-solutions.ps1 -StopRepoHostProcesses
|
||||
|
||||
# With tests
|
||||
.\scripts\build-all-solutions.ps1 -Test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user