so it turns out Compiler Explorer has a nightly build process, so we can get on there right now with our nightlies
basically we make a yaml file of how to install everything, and they can actually grab our nightly binaries directly
Is there an example yaml file somewhere I can look at?
Matt emailed me this:
- "Adding a language" -> https://github.com/compiler-explorer/compiler-explorer/blob/main/docs/AddingALanguage.md - overview of the few places you need to copy/paste to add a new language. I can help with the monaco (the syntax highlighting stuff) if needed
- "Adding a compiler" -> https://github.com/compiler-explorer/compiler-explorer/blob/main/docs/AddingACompiler.md - overview of the crappy configuration language and setup
- https://github.com/compiler-explorer/infra/ our infra repo that has all the install stuff. the
bin/yaml
dir has all the installation bits and bobs; I'd be happy to take that side of things
:+1: I can look at it after I'm done with high priority issues if no one else is available
that would be awesome! :heart_eyes:
Last updated: Jul 06 2025 at 12:14 UTC