Add Burrito release packaging for Symphony#100
Merged
Conversation
frantic-openai
force-pushed
the
codex/burrito-poc
branch
4 times, most recently
from
July 18, 2026 00:02
3b467be to
29fbc27
Compare
Summary: - add Burrito release targets for macOS and Linux on both architectures - start the packaged release through the existing Symphony CLI path - add a release workflow with cross-builds, native smoke tests, checksums, and tag version validation - document downloadable executables and fix CLI examples Rationale: - make Symphony runnable without requiring users to install Erlang or Elixir - keep the existing CLI contract while avoiding the acknowledgement flag in release automation - cross-build on Linux because the native macOS Zig wrapper build is not reliable on the current host toolchain Tests: - make -C elixir all - mise exec -- mix test --cover - mise exec -- mix lint - mise exec -- mix dialyzer --format short - actionlint .github/workflows/burrito-release.yml - macOS arm64 packaged CLI smoke test Co-authored-by: Codex <codex@openai.com>
frantic-openai
force-pushed
the
codex/burrito-poc
branch
from
July 18, 2026 00:06
29fbc27 to
95181f0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Using Symphony currently requires installing and configuring an Elixir runtime. Downloadable executables make first use much simpler.
TL;DR
Add self-contained Burrito executables for macOS and Linux.
Summary
Alternatives
Test Plan
make -C elixir allmise exec -- mix test --covermise exec -- mix lintmise exec -- mix dialyzer --format shortactionlint .github/workflows/burrito-release.yml