We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2477025 commit f457e5bCopy full SHA for f457e5b
collector/collect.sh
@@ -16,8 +16,8 @@ while : ; do
16
17
# Make sure we have a recent build, so that we can successfully build
18
# the collector.
19
- rustup update
20
- cargo +nightly build --release -p collector
+ rustup update 1.81.0
+ cargo +1.81.0 build --release -p collector
21
22
target/release/collector bench_next $SITE_URL --self-profile --bench-rustc --db $DATABASE
23
STATUS=$?
0 commit comments