fp6+
All checks were successful
Deploy / build-deploy (push) Successful in 3m6s

This commit is contained in:
Jorijn van der Graaf 2026-08-19 17:19:51 +02:00
commit ed61fb5ca5
12 changed files with 254 additions and 38 deletions

View file

@ -693,9 +693,9 @@ split working as designed.
tools/fetch-posts.sh # pull posts from the allowed communities
tools/fetch-media.sh [dir] # mirror their media locally (run after the above)
tools/fetch-rates.sh # ECB reference rates for the indicative prices
crafter-build --local -r # the wasm app alone, no backend, on :8080
crafter-build -r # the wasm app alone, no backend, on :8080
crafter-build test --product=server --local # every suite: the unit assertions
crafter-build test --product=server # every suite: the unit assertions
# AND the black-box HTTP suites, which spawn the
# real server on scratch ports (the CI gate; the
# checkout lifecycle re-arms at launch)
@ -706,8 +706,8 @@ crafter-build test --product=server --local # every suite: the unit assertions
### If a `bin/` glob matches two directories
The variant directory name embeds a config hash, and **`--local` and
non-`--local` builds hash differently**: `--local` resolves the Crafter libraries
The variant directory name embeds a config hash, and **`` and
non-`` builds hash differently**: `` resolves the Crafter libraries
from sibling working trees, a plain build fetches them from Forgejo. They are
genuinely different configurations and both land in `bin/`.