Skip to content

Commit

Permalink
Rust 1.81.0 (compiler-explorer#6835)
Browse files Browse the repository at this point in the history
Infra: compiler-explorer/infra#1406

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
  • Loading branch information
ojeda authored Sep 5, 2024
1 parent 3a278ad commit fb23b32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions etc/config/rust.amazon.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
compilers=&rust:&rustgcc:&mrustc:&rustccggcc
objdumper=/opt/compiler-explorer/gcc-14.1.0/bin/objdump
linker=/opt/compiler-explorer/gcc-14.1.0/bin/gcc
defaultCompiler=r1800
defaultCompiler=r1810
demangler=/opt/compiler-explorer/gcc-14.1.0/bin/c++filt
demanglerArgs=--format=rust

buildenvsetup=ceconan-rust
buildenvsetup.host=https://conan.compiler-explorer.com

group.rust.compilers=r1800:r1790:r1780:r1770:r1760:r1750:r1740:r1730:r1720:r1710:r1700:r1690:r1680:r1670:r1660:r1650:r1640:r1630:r1620:r1610:r1600:r1590:r1580:r1570:r1560:r1550:r1540:r1530:r1520:r1510:r1500:r1490:r1480:r1470:r1460:r1452:r1450:r1440:r1430:r1420:r1410:r1400:r1390:r1380:r1370:r1360:r1350:r1340:r1330:r1320:r1310:r1300:r1290:r1280:r1271:r1270:r1260:r1250:r1240:r1230:r1220:r1210:r1200:r1190:r1180:r1170:r1160:r1151:r1140:r1130:r1120:r1110:r1100:r190:r180:r170:r160:r150:r140:r130:r120:r110:r100:nightly:beta
group.rust.compilers=r1810:r1800:r1790:r1780:r1770:r1760:r1750:r1740:r1730:r1720:r1710:r1700:r1690:r1680:r1670:r1660:r1650:r1640:r1630:r1620:r1610:r1600:r1590:r1580:r1570:r1560:r1550:r1540:r1530:r1520:r1510:r1500:r1490:r1480:r1470:r1460:r1452:r1450:r1440:r1430:r1420:r1410:r1400:r1390:r1380:r1370:r1360:r1350:r1340:r1330:r1320:r1310:r1300:r1290:r1280:r1271:r1270:r1260:r1250:r1240:r1230:r1220:r1210:r1200:r1190:r1180:r1170:r1160:r1151:r1140:r1130:r1120:r1110:r1100:r190:r180:r170:r160:r150:r140:r130:r120:r110:r100:nightly:beta
group.rust.compilerType=rust
group.rust.isSemVer=true
group.rust.unwiseOptions=-Ctarget-cpu=native|target-cpu=native
Expand All @@ -18,6 +18,8 @@ group.rust.licenseName=Dual-licensed under Apache 2.0 and MIT terms
group.rust.licensePreamble=Rust is licensed under the Apache License, Version 2.0 or the MIT license
group.rust.supportsBinary=true
group.rust.supportsBinaryObject=true
compiler.r1810.exe=/opt/compiler-explorer/rust-1.81.0/bin/rustc
compiler.r1810.semver=1.81.0
compiler.r1800.exe=/opt/compiler-explorer/rust-1.80.0/bin/rustc
compiler.r1800.semver=1.80.0
compiler.r1790.exe=/opt/compiler-explorer/rust-1.79.0/bin/rustc
Expand Down

0 comments on commit fb23b32

Please sign in to comment.