Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Crystal 1.12.1 #6455

Merged
merged 2 commits into from
May 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions etc/config/crystal.amazon.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
compilers=&crystal
defaultCompiler=crystal1111
defaultCompiler=crystal1121

group.crystal.compilers=crystal1111:crystal1101:crystal192:crystal182:crystal173:crystal162:crystal151:crystal141:crystal132:crystal122:crystal11:crystal10:crystal036:crystal035:crystal034:crystal033:crystal032:crystal031:crystal030:crystal029
group.crystal.compilers=crystal1121:crystal1111:crystal1101:crystal192:crystal182:crystal173:crystal162:crystal151:crystal141:crystal132:crystal122:crystal11:crystal10:crystal036:crystal035:crystal034:crystal033:crystal032:crystal031:crystal030:crystal029
group.crystal.isSemVer=true
group.crystal.baseName=Crystal
group.crystal.groupName=Crystal x86-64
Expand All @@ -11,8 +11,11 @@ group.crystal.compilerType=crystal
group.crystal.objdumper=/opt/compiler-explorer/gcc-snapshot/bin/objdump
group.crystal.licenseLink=https://github.com/crystal-lang/crystal/blob/master/LICENSE
group.crystal.licenseName=Apache 2
group.crystal.licensePreamble=Copyright 2012-2023 Manas Technology Solutions.
group.crystal.licensePreamble=Copyright 2012-2024 Manas Technology Solutions.

compiler.crystal1121.semver=1.12.1
compiler.crystal1121.exe=/opt/compiler-explorer/crystal-1.12.1/bin/crystal
compiler.crystal1121.cc=/opt/compiler-explorer/gcc-snapshot/bin/gcc
compiler.crystal1111.semver=1.11.1
compiler.crystal1111.exe=/opt/compiler-explorer/crystal-1.11.1/bin/crystal
compiler.crystal1111.cc=/opt/compiler-explorer/gcc-snapshot/bin/gcc
Expand Down