Skip to content

Commit

Permalink
Rust 1.78.0 (compiler-explorer#6424)
Browse files Browse the repository at this point in the history
Infra: compiler-explorer/infra#1290.

Signed-off-by: Miguel Ojeda <[email protected]>
  • Loading branch information
ojeda authored May 2, 2024
1 parent 55b8bee commit 86631cf
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-13.2.0/bin/objdump
linker=/opt/compiler-explorer/gcc-13.2.0/bin/gcc
defaultCompiler=r1770
defaultCompiler=r1780
demangler=/opt/compiler-explorer/gcc-13.2.0/bin/c++filt
demanglerArgs=--format=rust

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

group.rust.compilers=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=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.r1780.exe=/opt/compiler-explorer/rust-1.78.0/bin/rustc
compiler.r1780.semver=1.78.0
compiler.r1770.exe=/opt/compiler-explorer/rust-1.77.0/bin/rustc
compiler.r1770.semver=1.77.0
compiler.r1760.exe=/opt/compiler-explorer/rust-1.76.0/bin/rustc
Expand Down

0 comments on commit 86631cf

Please sign in to comment.