Skip to content

Commit 5236fe9

Browse files
authored
Merge pull request #2160 from Kobzol/use-stable-compiler-for-collect
Use stable compiler for compiling the `collector`
2 parents 88542ee + a5a2c0a commit 5236fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

collector/collect.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ while : ; do
1616

1717
# Make sure we have a recent build, so that we can successfully build
1818
# the collector.
19-
rustup update 1.81.0
20-
cargo +1.81.0 build --release -p collector
19+
rustup update stable
20+
cargo +stable build --release -p collector
2121

2222
target/release/collector bench_next $SITE_URL --self-profile --bench-rustc --db $DATABASE
2323
STATUS=$?

0 commit comments

Comments
 (0)