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.
2 parents 8bfc52a + f457e5b commit 168f832Copy full SHA for 168f832
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