8000 Increase the benchmark rustc version to 2025-05-28 · rust-lang/compiler-builtins@7f37311 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f37311

Browse files
committed
Increase the benchmark rustc version to 2025-05-28
We may soon want to use some new nightly features in `compiler-builtins` and `libm`, specifically `cfg_target_has_reliable_f16_f128` which was added in the past few weeks. This will mean we need a newer toolchain for benchmarks to continue building. Bump to the current latest nightly so we are not blocked on this down the line.
1 parent 11cf244 commit 7f37311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
RUSTDOCFLAGS: -Dwarnings
1414
RUSTFLAGS: -Dwarnings
1515
RUST_BACKTRACE: full
16-
BENCHMARK_RUSTC: nightly-2025-01-16 # Pin the toolchain for reproducable results
16+
BENCHMARK_RUSTC: nightly-2025-05-28 # Pin the toolchain for reproducable results
1717

1818
jobs:
1919
# Determine which tests should be run based on changed files.

0 commit comments

Comments
 (0)
0