Publish Chimera GFX source
phase0-ci / build-and-audit (push) Failing after 1m41s

This commit is contained in:
Chimera GFX release export
2026-09-03 02:53:36 +02:00
commit fee37cd9b5
824 changed files with 100072 additions and 0 deletions
@@ -0,0 +1,16 @@
# Phase 1.0BQ: inline invocation failure
Status: `BP_CONSUMED_BEFORE_PYTHON_ENTRYPOINT_SOURCE_ALLOWED`
Date: 2026-07-29
The single BP invocation exited in Bash parsing with an unexpected-token error
around the inline Python `join` expression. Python did not start, the runner was
not imported and all ten materializer requests remained uncalled. The exact
stage, build and archive paths are still absent. BP is consumed; it is not
retried.
BQ permits only a tiny exact Python entrypoint source that imports `run_once`,
calls it once and prints its completed operation list. The source must contain
no arguments, shell, subprocess, filesystem, network, RetroArch or device
logic. No invocation or build is authorized by this phase.