Skip to content

Commit 0f8c8d6

Browse files
authored
Merge pull request #1818 from TheBlueMatt/2022-10-stable-bench
Use rustc stable for benchmark CI run to fix current breakage
2 parents 6957fb6 + 2ef3d18 commit 0f8c8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
benchmark:
229229
runs-on: ubuntu-latest
230230
env:
231-
TOOLCHAIN: nightly
231+
TOOLCHAIN: stable
232232
steps:
233233
- name: Checkout source code
234234
uses: actions/checkout@v3
@@ -273,7 +273,7 @@ jobs:
273273
cd ..
274274
- name: Run benchmarks on Rust ${{ matrix.toolchain }}
275275
run: |
276-
cargo bench --features _bench_unstable
276+
RUSTC_BOOTSTRAP=1 cargo bench --features _bench_unstable
277277
278278
check_commits:
279279
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)