Commit 4553666
ci(coq-build): run coqorg/coq container as root to fix actions/checkout EACCES
coqorg/coq:8.18 defaults to the non-root `coq` user (UID 1000). actions/checkout's
post-step writes save_state files to /__w/_temp/_runner_file_commands which is
mounted from the runner host; the coq user lacks write permission there and
the job dies with EACCES before `coq_makefile` runs (see #234 PR run).
`--user root` makes the shared workspace paths writable while leaving the
in-container build environment effectively unchanged (root inside the
container maps to the runner host's runner user via the Actions sandbox).
Without this fix the merge-oracle workflow itself can't run, defeating the
hard-gate guarantee in [[feedback_proof_pr_build_oracle_is_only_truth]].
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 372b352 commit 4553666
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
51 | 59 | | |
52 | 60 | | |
53 | 61 | | |
| |||
0 commit comments