Fix autogen to fail-open on missing asset manifests
build-binaries / build-binaries (pull_request) Successful in 2m8s
test-image / build-image (pull_request) Successful in 44s
test / test (pull_request) Successful in 1m20s

This commit is contained in:
2026-06-16 23:45:58 +02:00
parent d45bd84bc6
commit ad5cf517a9
3 changed files with 247 additions and 29 deletions
+6 -3
View File
@@ -24,14 +24,17 @@ quoting stays correct.
## In CI (preferred)
Run the consumer job inside the pinned image and the binaries are on `PATH`:
**OPERATOR NOTE: Stop. Do not do it this way.**
**Use the pinned `prod.yml` version. That's what it's there for.**
~~Run the consumer job inside the pinned image and the binaries are on `PATH`:~~
```yaml
container:
image: registry.westgate.pw/deployment/crucible:<sha> # pinned, immutable
image: registry.westgate.pw/deployment/crucible:<sha> # pinned, immutable
```
No host install, no `$HOME` layout, no developer machine assumptions.
~~No host install, no `$HOME` layout, no developer machine assumptions.~~
## `NWN_ROOT` rule