Add Overt#2080
Open
paulmooreparks wants to merge 1 commit intocompiler-explorer:mainfrom
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.
| type: tarballs | ||
| compression: xz | ||
| url_pattern: https://github.com/paulmooreparks/Overt/releases/download/v{0}/overt-{0}-linux-x64.tar.xz | ||
| dir_pattern: overt-{0} |
| compression: xz | ||
| url_pattern: https://github.com/paulmooreparks/Overt/releases/download/v{0}/overt-{0}-linux-x64.tar.xz | ||
| dir_pattern: overt-{0} | ||
| strip_components: 0 |
Comment on lines
+3
to
+4
| # Destination: compiler-explorer/infra:bin/yaml/overt.yaml | ||
| # Docs: https://github.com/compiler-explorer/infra/blob/main/docs/adding_a_compiler.md |
Member
There was a problem hiding this comment.
No need to explain where this file is or the documentation that refers to it.
Comment on lines
+6
to
+7
| # This file tells CE's build farm where to download each released Overt | ||
| # version and how to lay it out under /opt/compiler-explorer/overt-<version>/. |
Member
There was a problem hiding this comment.
We don't have a build farm for this. I don't think this is a useful comment. please remove
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.The binary is self-sufficient; no runtime installation needed on the farm.
This adds a
tarballs-type installer for the 0.1.0-preview release. Future versions append to thetargets:list.Happy to adjust
url_pattern,dir_pattern,strip_components, orcheck_exeif any of those don't match your infra conventions. Just let me know and I'll push an update.