Add Overt#2080
Open
paulmooreparks wants to merge 2 commits into
Open
Conversation
mattgodbolt
reviewed
May 7, 2026
Member
mattgodbolt
left a comment
There was a problem hiding this comment.
Will merge: just a heads up our instances are (unfortautnely) still stuck on Ubuntu 22.04 so often downloading a build doesn't work.
paulmooreparks
added a commit
to paulmooreparks/Overt
that referenced
this pull request
May 13, 2026
Adds a preview channel between dev and beta in the channel-detection regex so v0.1.0-preview.N tags get built and published. Pins the build job to ubuntu-22.04 (glibc 2.35) instead of ubuntu-latest (24.04, glibc 2.39); ubuntu-latest's binary fails to start on Compiler Explorer's host image. Needed for the compiler-explorer/infra#2080 submission. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Original used invented keys (url_pattern, dir_pattern) with {0} placeholders
that CE never substitutes. Reworked to match zig.yaml shape: compilers: top
level, url with {{name}} Jinja2 substitution, dir: overt-{{name}}. Tarball
top-level naturally matches dir, so no strip_components or create_untar_dir
needed. Drops the meta-commentary that was flagged in review. Target bumped
to 0.2.0-preview.1, rebuilt on Ubuntu 22.04 / glibc 2.35 for CE host compat.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author
|
Thanks Matt. I just pushed an update that should address your comments. I modeled Tarball top-level is |
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.
Adds an install recipe for Overt, an agent-first programming language that transpiles to C#.
check_exe:bin/overt --version. Binary is self-sufficient; no runtime installation needed on the host.