Put the carbon toolchain in the carbon.defaults properties (#7495)

This allows using the carbon toolchain as the default Carbon compiler
when working in a local development environment.
This commit is contained in:
Dana Jansens
2025-03-12 11:09:15 -04:00
committed by GitHub
parent e3c8a86551
commit a95d35c64b
2 changed files with 13 additions and 5 deletions

View File

@@ -156,3 +156,4 @@ From oldest to newest contributor, we would like to thank:
- [Niles Salter](https://github.com/Validark)
- [Stephen Heumann](https://github.com/sheumann)
- [Joshua Batty](https://github.com/joshuabatty)
- [Dana Jansens](https://github.com/danakj)

View File

@@ -1,14 +1,21 @@
# Default settings for carbon
compilers=carbon-trunkdef
defaultCompiler=carbon-trunkdef
compilers=carbon-trunk:carbon-explorer-trunk
defaultCompiler=carbon-trunk
compilerType=carbon
needsMulti=false
supportsExecute=true
supportsBinary=true
supportsBinaryObject=true
compiler.carbon-trunkdef.exe=/opt/compiler-explorer/carbon-trunk/bin/carbon-explorer
compiler.carbon-trunkdef.name=Explorer (trunk)
compiler.carbon-trunkdef.alias=carbon-trunk
compiler.carbon-trunk.exe=/opt/compiler-explorer/carbon-trunk/bin/carbon
compiler.carbon-trunk.name=Carbon (trunk)
# Older deprecated explorer
compiler.carbon-explorer-trunk.compilerType=carbon-explorer
compiler.carbon-explorer-trunk.exe=/opt/compiler-explorer/carbon-explorer-trunk/bin/carbon-explorer
compiler.carbon-explorer-trunk.name=Explorer (trunk)
compiler.carbon-explorer-trunk.supportsExecute=true
compiler.carbon-explorer-trunk.supportsBinary=false
compiler.carbon-explorer-trunk.supportsBinaryObject=false
libs=