Skip to content

Commit c55064f

Browse files
committed
docs: runbook — pin the working logoscore build on the recording box (4 nix builds present; only plain -logos-logoscore-cli supports the linux-amd64-dev module variant)
1 parent bd3b7c0 commit c55064f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/RECORDING_RUNBOOK.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ that automated SSH retries caused. The stack is already built there (`~/lp0008`)
1010
# from your Mac terminal (full-screen, font >=18pt, dark bg), then start recording:
1111
gcloud compute ssh lp0008-f8-builder --zone=europe-southwest1-b --tunnel-through-iap
1212
tmux new -A -s rec # if the connection drops: reconnect and `tmux new -A -s rec`
13+
14+
# once, in the tmux session — the box has FOUR nix-store logoscore builds and only the
15+
# plain -logos-logoscore-cli one supports our module variant (linux-amd64-dev); the
16+
# "portable-bundle" one GLIBC-crashes and the "cli-bin-portable" one rejects the modules:
17+
export LOGOSCORE_BIN=/nix/store/841y6inhnzhwsdisgs68gkx51244z75r-logos-logoscore-cli/bin/logoscore
18+
export LEZ_BUILD=~/logos-execution-zone MODULES_DIR=~/lp0008-modules
19+
export PATH="$HOME/.cargo/bin:$PATH"
1320
```
1421

1522
Each video is ONE paste — the script prints its own step headers, so you narrate over them

0 commit comments

Comments
 (0)