Replies: 1 comment
|
Current Symphony main still pins Erlang 28 and Elixir 1.19.5-otp-28, so I wouldn't treat the preinstalled Erlang 27 / Elixir 1.18 environment as the supported target just because it happens to be available in the image. The bigger blocker is So for now I'd use a self-hosted Codex CLI/container with the pinned toolchain and Hex access for the Elixir runner. Adding |
Uh oh!
There was an error while loading. Please reload this page.
Trying to run Symphony's Elixir side from a Codex Cloud dispatch hits two proxy walls. The runtime story is more nuanced than "no Elixir in the image" — there's a mise install present, but the network constraints make it unusable for Symphony's current pin. Sharing the transcript in case the Symphony team has guidance, and in case anyone from OpenAI watching this can route the hex.pm allowlist ask to the Codex Cloud env team.
What's in the Codex Cloud image (verified):
miseis present with Erlang 27.1.2 and Elixir 1.18.3-otp-27 pre-installed at/root/.local/share/mise/installs/{erlang,elixir}/...mix ...fails withcommand not found— but the binaries are there.What fails:
Symphony's
elixir/mise.tomlpins Erlang 28 / Elixir 1.19.5-otp-28. Aftermise trust /workspace/symphony/elixir/mise.toml,mise installcan't reach the toolchain assets through the configured proxy.Fallback to the pre-installed 1.18.3-otp-27 also fails:
So even with a working toolchain on disk,
mix deps.getis blocked at the registry layer. No repo files change, no commit, no PR — the agent has nothing it can ship.Per OpenAI's Codex Cloud network docs, the "Common dependencies" preset reaches crates.io / npmjs.com / pypi.org but hex.pm is not in the preset. That single allowlist gap is the load-bearing constraint for every Elixir delegation.
Questions:
elixir/mise.tomla hard floor, or would Symphony work against the image's pre-installed 1.18.3-otp-27 (assuming the hex.pm proxy issue were resolved)?hex.pmbe added to the Codex Cloud "Common dependencies" preset? That alone unblocks the entire Elixir delegation path, including Symphony's.Happy to share the full agent transcript if useful.
All reactions