mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 12:33:04 -04:00
Sweep configs to mark canonical nightlies with releaseTrack=nightly
Adds explicit releaseTrack=nightly overrides for compilers the inferReleaseTrack heuristic can't categorise from structural fields alone — typically because the relevant signal lives in the compiler id or display name (e.g. "(main)", "trunk") rather than the semver field. Group-level overrides (every member is a trunk/master build): - c++ wasmclang (WebAssembly clang trunk) - c wasmcclang (WebAssembly clang trunk for C) - c lc3 (LC3 trunk) - cpp_for_opencl cpp4oclgoogleclspv (clspv + clvk based on clspv trunk) - fortran clang_llvmflang (flang trunk) Per-compiler overrides for trunk variants in groups that also contain stable releases (so the override has to be on the trunk compiler only): - csharp/fsharp/il/vb dotnettrunk* — 7 compilers each in csharp/fsharp/vb, 6 in il (no dotnetlegacy in il), across both .amazon and .defaults Audit script confirms zero remaining "isNightly + obviously canonical" compilers misclassified as experimental after this change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1360,6 +1360,7 @@ group.wasmclang.licenseLink=https://github.com/llvm/llvm-project/blob/main/LICEN
|
||||
group.wasmclang.licensePreamble=The LLVM Project is under the Apache License v2.0 with LLVM Exceptions
|
||||
group.wasmclang.compilerCategories=clang
|
||||
group.wasmclang.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt
|
||||
group.wasmclang.releaseTrack=nightly
|
||||
|
||||
compiler.wasm32clang.exe=/opt/compiler-explorer/clang-trunk/bin/clang++
|
||||
compiler.wasm32clang.objdumper=/opt/compiler-explorer/gcc-snapshot/bin/objdump
|
||||
|
||||
@@ -1011,6 +1011,7 @@ group.wasmcclang.licenseLink=https://github.com/llvm/llvm-project/blob/main/LICE
|
||||
group.wasmcclang.licensePreamble=The LLVM Project is under the Apache License v2.0 with LLVM Exceptions
|
||||
group.wasmcclang.compilerCategories=clang
|
||||
group.wasmcclang.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt
|
||||
group.wasmcclang.releaseTrack=nightly
|
||||
|
||||
compiler.wasm32cclang.exe=/opt/compiler-explorer/clang-trunk/bin/clang
|
||||
compiler.wasm32cclang.name=WebAssembly clang (trunk)
|
||||
@@ -4404,6 +4405,7 @@ compiler.movfuscatortrunk.isNightly=true
|
||||
# LC3 compiler
|
||||
group.lc3.compilers=lc3-trunk
|
||||
group.lc3.groupName=LC3
|
||||
group.lc3.releaseTrack=nightly
|
||||
compiler.lc3-trunk.name=LC3 (trunk)
|
||||
compiler.lc3-trunk.exe=/opt/compiler-explorer/C-LC3-Compiler-trunk/lc3-compile
|
||||
compiler.lc3-trunk.isNightly=true
|
||||
|
||||
@@ -233,6 +233,7 @@ group.cpp4oclgoogleclspv.compilers=cpp4oclclspv:cpp4oclclvk
|
||||
group.cpp4oclgoogleclspv.compilerType=clspv
|
||||
group.cpp4oclgoogleclspv.groupName=Google clspv
|
||||
group.cpp4oclgoogleclspv.baseOptions=-cl-std=CLC++ -inline-entry-points
|
||||
group.cpp4oclgoogleclspv.releaseTrack=nightly
|
||||
|
||||
compiler.cpp4oclclspv.exe=/opt/compiler-explorer/clspv-main/bin/clspv
|
||||
compiler.cpp4oclclspv.name=clspv (trunk)
|
||||
|
||||
@@ -77,6 +77,7 @@ compiler.dotnettrunkcsharpcoreclr.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkcsharpcoreclr.buildConfig=Release
|
||||
compiler.dotnettrunkcsharpcoreclr.langVersion=preview
|
||||
compiler.dotnettrunkcsharpcoreclr.isNightly=true
|
||||
compiler.dotnettrunkcsharpcoreclr.releaseTrack=nightly
|
||||
|
||||
# Crossgen2 compilers
|
||||
|
||||
@@ -116,6 +117,7 @@ compiler.dotnettrunkcsharpcrossgen2.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkcsharpcrossgen2.buildConfig=Release
|
||||
compiler.dotnettrunkcsharpcrossgen2.langVersion=preview
|
||||
compiler.dotnettrunkcsharpcrossgen2.isNightly=true
|
||||
compiler.dotnettrunkcsharpcrossgen2.releaseTrack=nightly
|
||||
|
||||
# Mono compilers
|
||||
|
||||
@@ -155,6 +157,7 @@ compiler.dotnettrunkcsharpmono.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkcsharpmono.buildConfig=Release
|
||||
compiler.dotnettrunkcsharpmono.langVersion=preview
|
||||
compiler.dotnettrunkcsharpmono.isNightly=true
|
||||
compiler.dotnettrunkcsharpmono.releaseTrack=nightly
|
||||
|
||||
# NativeAOT compilers
|
||||
|
||||
@@ -170,6 +173,7 @@ compiler.dotnettrunkcsharpnativeaot.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkcsharpnativeaot.buildConfig=Release
|
||||
compiler.dotnettrunkcsharpnativeaot.langVersion=preview
|
||||
compiler.dotnettrunkcsharpnativeaot.isNightly=true
|
||||
compiler.dotnettrunkcsharpnativeaot.releaseTrack=nightly
|
||||
|
||||
# ILDasm compilers
|
||||
|
||||
@@ -209,6 +213,7 @@ compiler.dotnettrunkcsharpildasm.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkcsharpildasm.buildConfig=Release
|
||||
compiler.dotnettrunkcsharpildasm.langVersion=preview
|
||||
compiler.dotnettrunkcsharpildasm.isNightly=true
|
||||
compiler.dotnettrunkcsharpildasm.releaseTrack=nightly
|
||||
|
||||
# ILSpy compilers
|
||||
|
||||
@@ -248,6 +253,7 @@ compiler.dotnettrunkcsharpilspy.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkcsharpilspy.buildConfig=Release
|
||||
compiler.dotnettrunkcsharpilspy.langVersion=preview
|
||||
compiler.dotnettrunkcsharpilspy.isNightly=true
|
||||
compiler.dotnettrunkcsharpilspy.releaseTrack=nightly
|
||||
|
||||
# Legacy compilers (for backwards compatibility, don't add new compilers here)
|
||||
|
||||
@@ -293,3 +299,4 @@ compiler.dotnettrunkcsharp.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkcsharp.buildConfig=Release
|
||||
compiler.dotnettrunkcsharp.langVersion=preview
|
||||
compiler.dotnettrunkcsharp.isNightly=true
|
||||
compiler.dotnettrunkcsharp.releaseTrack=nightly
|
||||
|
||||
@@ -77,6 +77,7 @@ compiler.dotnettrunkcsharpcoreclr.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkcsharpcoreclr.buildConfig=Release
|
||||
compiler.dotnettrunkcsharpcoreclr.langVersion=preview
|
||||
compiler.dotnettrunkcsharpcoreclr.isNightly=true
|
||||
compiler.dotnettrunkcsharpcoreclr.releaseTrack=nightly
|
||||
|
||||
# Crossgen2 compilers
|
||||
|
||||
@@ -116,6 +117,7 @@ compiler.dotnettrunkcsharpcrossgen2.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkcsharpcrossgen2.buildConfig=Release
|
||||
compiler.dotnettrunkcsharpcrossgen2.langVersion=preview
|
||||
compiler.dotnettrunkcsharpcrossgen2.isNightly=true
|
||||
compiler.dotnettrunkcsharpcrossgen2.releaseTrack=nightly
|
||||
|
||||
# Mono compilers
|
||||
|
||||
@@ -155,6 +157,7 @@ compiler.dotnettrunkcsharpmono.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkcsharpmono.buildConfig=Release
|
||||
compiler.dotnettrunkcsharpmono.langVersion=preview
|
||||
compiler.dotnettrunkcsharpmono.isNightly=true
|
||||
compiler.dotnettrunkcsharpmono.releaseTrack=nightly
|
||||
|
||||
# NativeAOT compilers
|
||||
|
||||
@@ -170,6 +173,7 @@ compiler.dotnettrunkcsharpnativeaot.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkcsharpnativeaot.buildConfig=Release
|
||||
compiler.dotnettrunkcsharpnativeaot.langVersion=preview
|
||||
compiler.dotnettrunkcsharpnativeaot.isNightly=true
|
||||
compiler.dotnettrunkcsharpnativeaot.releaseTrack=nightly
|
||||
|
||||
# ILDasm compilers
|
||||
|
||||
@@ -209,6 +213,7 @@ compiler.dotnettrunkcsharpildasm.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkcsharpildasm.buildConfig=Release
|
||||
compiler.dotnettrunkcsharpildasm.langVersion=preview
|
||||
compiler.dotnettrunkcsharpildasm.isNightly=true
|
||||
compiler.dotnettrunkcsharpildasm.releaseTrack=nightly
|
||||
|
||||
# ILSpy compilers
|
||||
|
||||
@@ -248,6 +253,7 @@ compiler.dotnettrunkcsharpilspy.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkcsharpilspy.buildConfig=Release
|
||||
compiler.dotnettrunkcsharpilspy.langVersion=preview
|
||||
compiler.dotnettrunkcsharpilspy.isNightly=true
|
||||
compiler.dotnettrunkcsharpilspy.releaseTrack=nightly
|
||||
|
||||
# Legacy compilers (for backwards compatibility, don't add new compilers here)
|
||||
|
||||
@@ -293,3 +299,4 @@ compiler.dotnettrunkcsharp.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkcsharp.buildConfig=Release
|
||||
compiler.dotnettrunkcsharp.langVersion=preview
|
||||
compiler.dotnettrunkcsharp.isNightly=true
|
||||
compiler.dotnettrunkcsharp.releaseTrack=nightly
|
||||
|
||||
@@ -1139,6 +1139,7 @@ group.clang_llvmflang.compilers=flang1606:flang1706:flang1818:flang1917:flang201
|
||||
group.clang_llvmflang.groupName=LLVM-FLANG x86-64
|
||||
group.clang_llvmflang.compilerType=flang
|
||||
group.clang_llvmflang.compilerCategories=flang
|
||||
group.clang_llvmflang.releaseTrack=nightly
|
||||
|
||||
compiler.flang1606.exe=/opt/compiler-explorer/llvmflang-16.0.6/bin/flang-new
|
||||
compiler.flang1606.name=flang 16.0.6
|
||||
|
||||
@@ -102,6 +102,7 @@ group.clang_llvmflang.compilers=flangtrunk
|
||||
group.clang_llvmflang.groupName=LLVM-FLANG
|
||||
group.clang_llvmflang.compilerType=flang
|
||||
group.clang_llvmflang.compilerCategories=flang
|
||||
group.clang_llvmflang.releaseTrack=nightly
|
||||
|
||||
compiler.flangtrunk.exe=/usr/local/bin/flang
|
||||
compiler.flangtrunk.name=flang-trunk
|
||||
|
||||
@@ -77,6 +77,7 @@ compiler.dotnettrunkfsharpcoreclr.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkfsharpcoreclr.buildConfig=Release
|
||||
compiler.dotnettrunkfsharpcoreclr.langVersion=preview
|
||||
compiler.dotnettrunkfsharpcoreclr.isNightly=true
|
||||
compiler.dotnettrunkfsharpcoreclr.releaseTrack=nightly
|
||||
|
||||
# Crossgen2 compilers
|
||||
|
||||
@@ -116,6 +117,7 @@ compiler.dotnettrunkfsharpcrossgen2.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkfsharpcrossgen2.buildConfig=Release
|
||||
compiler.dotnettrunkfsharpcrossgen2.langVersion=preview
|
||||
compiler.dotnettrunkfsharpcrossgen2.isNightly=true
|
||||
compiler.dotnettrunkfsharpcrossgen2.releaseTrack=nightly
|
||||
|
||||
# Mono compilers
|
||||
|
||||
@@ -155,6 +157,7 @@ compiler.dotnettrunkfsharpmono.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkfsharpmono.buildConfig=Release
|
||||
compiler.dotnettrunkfsharpmono.langVersion=preview
|
||||
compiler.dotnettrunkfsharpmono.isNightly=true
|
||||
compiler.dotnettrunkfsharpmono.releaseTrack=nightly
|
||||
|
||||
# NativeAOT compilers
|
||||
|
||||
@@ -170,6 +173,7 @@ compiler.dotnettrunkfsharpnativeaot.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkfsharpnativeaot.buildConfig=Release
|
||||
compiler.dotnettrunkfsharpnativeaot.langVersion=preview
|
||||
compiler.dotnettrunkfsharpnativeaot.isNightly=true
|
||||
compiler.dotnettrunkfsharpnativeaot.releaseTrack=nightly
|
||||
|
||||
# ILDasm compilers
|
||||
|
||||
@@ -209,6 +213,7 @@ compiler.dotnettrunkfsharpildasm.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkfsharpildasm.buildConfig=Release
|
||||
compiler.dotnettrunkfsharpildasm.langVersion=preview
|
||||
compiler.dotnettrunkfsharpildasm.isNightly=true
|
||||
compiler.dotnettrunkfsharpildasm.releaseTrack=nightly
|
||||
|
||||
# ILSpy compilers
|
||||
|
||||
@@ -248,6 +253,7 @@ compiler.dotnettrunkfsharpilspy.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkfsharpilspy.buildConfig=Release
|
||||
compiler.dotnettrunkfsharpilspy.langVersion=preview
|
||||
compiler.dotnettrunkfsharpilspy.isNightly=true
|
||||
compiler.dotnettrunkfsharpilspy.releaseTrack=nightly
|
||||
|
||||
# Legacy compilers (for backwards compatibility, don't add new compilers here)
|
||||
|
||||
@@ -293,3 +299,4 @@ compiler.dotnettrunkfsharp.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkfsharp.buildConfig=Release
|
||||
compiler.dotnettrunkfsharp.langVersion=preview
|
||||
compiler.dotnettrunkfsharp.isNightly=true
|
||||
compiler.dotnettrunkfsharp.releaseTrack=nightly
|
||||
|
||||
@@ -77,6 +77,7 @@ compiler.dotnettrunkfsharpcoreclr.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkfsharpcoreclr.buildConfig=Release
|
||||
compiler.dotnettrunkfsharpcoreclr.langVersion=preview
|
||||
compiler.dotnettrunkfsharpcoreclr.isNightly=true
|
||||
compiler.dotnettrunkfsharpcoreclr.releaseTrack=nightly
|
||||
|
||||
# Crossgen2 compilers
|
||||
|
||||
@@ -116,6 +117,7 @@ compiler.dotnettrunkfsharpcrossgen2.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkfsharpcrossgen2.buildConfig=Release
|
||||
compiler.dotnettrunkfsharpcrossgen2.langVersion=preview
|
||||
compiler.dotnettrunkfsharpcrossgen2.isNightly=true
|
||||
compiler.dotnettrunkfsharpcrossgen2.releaseTrack=nightly
|
||||
|
||||
# Mono compilers
|
||||
|
||||
@@ -155,6 +157,7 @@ compiler.dotnettrunkfsharpmono.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkfsharpmono.buildConfig=Release
|
||||
compiler.dotnettrunkfsharpmono.langVersion=preview
|
||||
compiler.dotnettrunkfsharpmono.isNightly=true
|
||||
compiler.dotnettrunkfsharpmono.releaseTrack=nightly
|
||||
|
||||
# NativeAOT compilers
|
||||
|
||||
@@ -170,6 +173,7 @@ compiler.dotnettrunkfsharpnativeaot.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkfsharpnativeaot.buildConfig=Release
|
||||
compiler.dotnettrunkfsharpnativeaot.langVersion=preview
|
||||
compiler.dotnettrunkfsharpnativeaot.isNightly=true
|
||||
compiler.dotnettrunkfsharpnativeaot.releaseTrack=nightly
|
||||
|
||||
# ILDasm compilers
|
||||
|
||||
@@ -209,6 +213,7 @@ compiler.dotnettrunkfsharpildasm.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkfsharpildasm.buildConfig=Release
|
||||
compiler.dotnettrunkfsharpildasm.langVersion=preview
|
||||
compiler.dotnettrunkfsharpildasm.isNightly=true
|
||||
compiler.dotnettrunkfsharpildasm.releaseTrack=nightly
|
||||
|
||||
# ILSpy compilers
|
||||
|
||||
@@ -248,6 +253,7 @@ compiler.dotnettrunkfsharpilspy.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkfsharpilspy.buildConfig=Release
|
||||
compiler.dotnettrunkfsharpilspy.langVersion=preview
|
||||
compiler.dotnettrunkfsharpilspy.isNightly=true
|
||||
compiler.dotnettrunkfsharpilspy.releaseTrack=nightly
|
||||
|
||||
# Legacy compilers (for backwards compatibility, don't add new compilers here)
|
||||
|
||||
@@ -293,3 +299,4 @@ compiler.dotnettrunkfsharp.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkfsharp.buildConfig=Release
|
||||
compiler.dotnettrunkfsharp.langVersion=preview
|
||||
compiler.dotnettrunkfsharp.isNightly=true
|
||||
compiler.dotnettrunkfsharp.releaseTrack=nightly
|
||||
|
||||
@@ -72,6 +72,7 @@ compiler.dotnettrunkilcoreclr.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkilcoreclr.buildConfig=Release
|
||||
compiler.dotnettrunkilcoreclr.langVersion=preview
|
||||
compiler.dotnettrunkilcoreclr.isNightly=true
|
||||
compiler.dotnettrunkilcoreclr.releaseTrack=nightly
|
||||
|
||||
# Crossgen2 compilers
|
||||
|
||||
@@ -111,6 +112,7 @@ compiler.dotnettrunkilcrossgen2.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkilcrossgen2.buildConfig=Release
|
||||
compiler.dotnettrunkilcrossgen2.langVersion=preview
|
||||
compiler.dotnettrunkilcrossgen2.isNightly=true
|
||||
compiler.dotnettrunkilcrossgen2.releaseTrack=nightly
|
||||
|
||||
# Mono compilers
|
||||
|
||||
@@ -150,6 +152,7 @@ compiler.dotnettrunkilmono.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkilmono.buildConfig=Release
|
||||
compiler.dotnettrunkilmono.langVersion=preview
|
||||
compiler.dotnettrunkilmono.isNightly=true
|
||||
compiler.dotnettrunkilmono.releaseTrack=nightly
|
||||
|
||||
# NativeAOT compilers
|
||||
|
||||
@@ -165,6 +168,7 @@ compiler.dotnettrunkilnativeaot.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkilnativeaot.buildConfig=Release
|
||||
compiler.dotnettrunkilnativeaot.langVersion=preview
|
||||
compiler.dotnettrunkilnativeaot.isNightly=true
|
||||
compiler.dotnettrunkilnativeaot.releaseTrack=nightly
|
||||
|
||||
# ILDasm compilers
|
||||
|
||||
@@ -204,6 +208,7 @@ compiler.dotnettrunkilildasm.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkilildasm.buildConfig=Release
|
||||
compiler.dotnettrunkilildasm.langVersion=preview
|
||||
compiler.dotnettrunkilildasm.isNightly=true
|
||||
compiler.dotnettrunkilildasm.releaseTrack=nightly
|
||||
|
||||
# ILSpy compilers
|
||||
|
||||
@@ -243,3 +248,4 @@ compiler.dotnettrunkililspy.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkililspy.buildConfig=Release
|
||||
compiler.dotnettrunkililspy.langVersion=preview
|
||||
compiler.dotnettrunkililspy.isNightly=true
|
||||
compiler.dotnettrunkililspy.releaseTrack=nightly
|
||||
|
||||
@@ -72,6 +72,7 @@ compiler.dotnettrunkilcoreclr.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkilcoreclr.buildConfig=Release
|
||||
compiler.dotnettrunkilcoreclr.langVersion=preview
|
||||
compiler.dotnettrunkilcoreclr.isNightly=true
|
||||
compiler.dotnettrunkilcoreclr.releaseTrack=nightly
|
||||
|
||||
# Crossgen2 compilers
|
||||
|
||||
@@ -111,6 +112,7 @@ compiler.dotnettrunkilcrossgen2.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkilcrossgen2.buildConfig=Release
|
||||
compiler.dotnettrunkilcrossgen2.langVersion=preview
|
||||
compiler.dotnettrunkilcrossgen2.isNightly=true
|
||||
compiler.dotnettrunkilcrossgen2.releaseTrack=nightly
|
||||
|
||||
# Mono compilers
|
||||
|
||||
@@ -150,6 +152,7 @@ compiler.dotnettrunkilmono.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkilmono.buildConfig=Release
|
||||
compiler.dotnettrunkilmono.langVersion=preview
|
||||
compiler.dotnettrunkilmono.isNightly=true
|
||||
compiler.dotnettrunkilmono.releaseTrack=nightly
|
||||
|
||||
# NativeAOT compilers
|
||||
|
||||
@@ -165,6 +168,7 @@ compiler.dotnettrunkilnativeaot.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkilnativeaot.buildConfig=Release
|
||||
compiler.dotnettrunkilnativeaot.langVersion=preview
|
||||
compiler.dotnettrunkilnativeaot.isNightly=true
|
||||
compiler.dotnettrunkilnativeaot.releaseTrack=nightly
|
||||
|
||||
# ILDasm compilers
|
||||
|
||||
@@ -204,6 +208,7 @@ compiler.dotnettrunkilildasm.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkilildasm.buildConfig=Release
|
||||
compiler.dotnettrunkilildasm.langVersion=preview
|
||||
compiler.dotnettrunkilildasm.isNightly=true
|
||||
compiler.dotnettrunkilildasm.releaseTrack=nightly
|
||||
|
||||
# ILSpy compilers
|
||||
|
||||
@@ -243,3 +248,4 @@ compiler.dotnettrunkililspy.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkililspy.buildConfig=Release
|
||||
compiler.dotnettrunkililspy.langVersion=preview
|
||||
compiler.dotnettrunkililspy.isNightly=true
|
||||
compiler.dotnettrunkililspy.releaseTrack=nightly
|
||||
|
||||
@@ -77,6 +77,7 @@ compiler.dotnettrunkvbcoreclr.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkvbcoreclr.buildConfig=Release
|
||||
compiler.dotnettrunkvbcoreclr.langVersion=latest
|
||||
compiler.dotnettrunkvbcoreclr.isNightly=true
|
||||
compiler.dotnettrunkvbcoreclr.releaseTrack=nightly
|
||||
|
||||
# Crossgen2 compilers
|
||||
|
||||
@@ -116,6 +117,7 @@ compiler.dotnettrunkvbcrossgen2.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkvbcrossgen2.buildConfig=Release
|
||||
compiler.dotnettrunkvbcrossgen2.langVersion=latest
|
||||
compiler.dotnettrunkvbcrossgen2.isNightly=true
|
||||
compiler.dotnettrunkvbcrossgen2.releaseTrack=nightly
|
||||
|
||||
# Mono compilers
|
||||
|
||||
@@ -155,6 +157,7 @@ compiler.dotnettrunkvbmono.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkvbmono.buildConfig=Release
|
||||
compiler.dotnettrunkvbmono.langVersion=latest
|
||||
compiler.dotnettrunkvbmono.isNightly=true
|
||||
compiler.dotnettrunkvbmono.releaseTrack=nightly
|
||||
|
||||
# NativeAOT compilers
|
||||
|
||||
@@ -170,6 +173,7 @@ compiler.dotnettrunkvbnativeaot.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkvbnativeaot.buildConfig=Release
|
||||
compiler.dotnettrunkvbnativeaot.langVersion=latest
|
||||
compiler.dotnettrunkvbnativeaot.isNightly=true
|
||||
compiler.dotnettrunkvbnativeaot.releaseTrack=nightly
|
||||
|
||||
# ILDasm compilers
|
||||
|
||||
@@ -209,6 +213,7 @@ compiler.dotnettrunkvbildasm.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkvbildasm.buildConfig=Release
|
||||
compiler.dotnettrunkvbildasm.langVersion=latest
|
||||
compiler.dotnettrunkvbildasm.isNightly=true
|
||||
compiler.dotnettrunkvbildasm.releaseTrack=nightly
|
||||
|
||||
# ILSpy compilers
|
||||
|
||||
@@ -248,6 +253,7 @@ compiler.dotnettrunkvbilspy.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkvbilspy.buildConfig=Release
|
||||
compiler.dotnettrunkvbilspy.langVersion=latest
|
||||
compiler.dotnettrunkvbilspy.isNightly=true
|
||||
compiler.dotnettrunkvbilspy.releaseTrack=nightly
|
||||
|
||||
# Legacy compilers (for backwards compatibility, don't add new compilers here)
|
||||
|
||||
@@ -293,3 +299,4 @@ compiler.dotnettrunkvb.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkvb.buildConfig=Release
|
||||
compiler.dotnettrunkvb.langVersion=latest
|
||||
compiler.dotnettrunkvb.isNightly=true
|
||||
compiler.dotnettrunkvb.releaseTrack=nightly
|
||||
|
||||
@@ -77,6 +77,7 @@ compiler.dotnettrunkvbcoreclr.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkvbcoreclr.buildConfig=Release
|
||||
compiler.dotnettrunkvbcoreclr.langVersion=latest
|
||||
compiler.dotnettrunkvbcoreclr.isNightly=true
|
||||
compiler.dotnettrunkvbcoreclr.releaseTrack=nightly
|
||||
|
||||
# Crossgen2 compilers
|
||||
|
||||
@@ -116,6 +117,7 @@ compiler.dotnettrunkvbcrossgen2.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkvbcrossgen2.buildConfig=Release
|
||||
compiler.dotnettrunkvbcrossgen2.langVersion=latest
|
||||
compiler.dotnettrunkvbcrossgen2.isNightly=true
|
||||
compiler.dotnettrunkvbcrossgen2.releaseTrack=nightly
|
||||
|
||||
# Mono compilers
|
||||
|
||||
@@ -155,6 +157,7 @@ compiler.dotnettrunkvbmono.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkvbmono.buildConfig=Release
|
||||
compiler.dotnettrunkvbmono.langVersion=latest
|
||||
compiler.dotnettrunkvbmono.isNightly=true
|
||||
compiler.dotnettrunkvbmono.releaseTrack=nightly
|
||||
|
||||
# NativeAOT compilers
|
||||
|
||||
@@ -170,6 +173,7 @@ compiler.dotnettrunkvbnativeaot.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkvbnativeaot.buildConfig=Release
|
||||
compiler.dotnettrunkvbnativeaot.langVersion=latest
|
||||
compiler.dotnettrunkvbnativeaot.isNightly=true
|
||||
compiler.dotnettrunkvbnativeaot.releaseTrack=nightly
|
||||
|
||||
# ILDasm compilers
|
||||
|
||||
@@ -209,6 +213,7 @@ compiler.dotnettrunkvbildasm.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkvbildasm.buildConfig=Release
|
||||
compiler.dotnettrunkvbildasm.langVersion=latest
|
||||
compiler.dotnettrunkvbildasm.isNightly=true
|
||||
compiler.dotnettrunkvbildasm.releaseTrack=nightly
|
||||
|
||||
# ILSpy compilers
|
||||
|
||||
@@ -248,6 +253,7 @@ compiler.dotnettrunkvbilspy.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkvbilspy.buildConfig=Release
|
||||
compiler.dotnettrunkvbilspy.langVersion=latest
|
||||
compiler.dotnettrunkvbilspy.isNightly=true
|
||||
compiler.dotnettrunkvbilspy.releaseTrack=nightly
|
||||
|
||||
# Legacy compilers (for backwards compatibility, don't add new compilers here)
|
||||
|
||||
@@ -293,3 +299,4 @@ compiler.dotnettrunkvb.clrDir=/opt/compiler-explorer/dotnet-trunk
|
||||
compiler.dotnettrunkvb.buildConfig=Release
|
||||
compiler.dotnettrunkvb.langVersion=latest
|
||||
compiler.dotnettrunkvb.isNightly=true
|
||||
compiler.dotnettrunkvb.releaseTrack=nightly
|
||||
|
||||
Reference in New Issue
Block a user