rust: update objdumper, linker and defaultCompiler (#5920)

I noticed the default Rust version was outdated, and we didn't have an
upgrade of the `objdumper` and `linker` for a while, so I decided to
send this in advance of tomorrow's Rust version upgrade.

I don't know what is the policy to update `objdumper` and `linker`
though. We have 13.2, 13.1, 12.1, 11.2 and 11.1 around, so I went with
the latest. Hopefully that is OK, please let me know if there is some
kind of rule about it.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
Miguel Ojeda
2023-12-27 20:57:29 +01:00
committed by GitHub
parent 1c0d9d4e68
commit 7a7bde1a19

View File

@@ -1,7 +1,7 @@
compilers=&rust:&rustgcc:&mrustc:&rustccggcc
objdumper=/opt/compiler-explorer/gcc-11.1.0/bin/objdump
linker=/opt/compiler-explorer/gcc-11.1.0/bin/gcc
defaultCompiler=r1730
objdumper=/opt/compiler-explorer/gcc-13.2.0/bin/objdump
linker=/opt/compiler-explorer/gcc-13.2.0/bin/gcc
defaultCompiler=r1740
demangler=/opt/compiler-explorer/demanglers/rust/bin/rustfilt
buildenvsetup=ceconan-rust