From f9279afce58a426b38b4829c628753012049406b Mon Sep 17 00:00:00 2001 From: "Ilya (Marshal)" Date: Tue, 9 Apr 2024 14:34:08 +0200 Subject: [PATCH] Revert "try nightly rust" This reverts commit bb566d92991d62c71966e53c1eac4833f6aeac9c. --- .github/workflows/codspeed.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index ed4c016..9527479 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -27,7 +27,7 @@ jobs: uses: dtolnay/rust-toolchain@stable with: components: llvm-tools - toolchain: nightly + toolchain: stable - name: Cache rust. uses: Swatinem/rust-cache@v2 @@ -41,7 +41,7 @@ jobs: run: pytest . --benchmark-enable - name: Prepare merged PGO data. - run: rustup run nightly bash -c '$RUSTUP_HOME/toolchains/$RUSTUP_TOOLCHAIN/lib/rustlib/x86_64-unknown-linux-gnu/bin/llvm-profdata merge -o ${{ github.workspace }}/merged.profdata ${{ github.workspace }}/profdata' + run: rustup run stable bash -c '$RUSTUP_HOME/toolchains/$RUSTUP_TOOLCHAIN/lib/rustlib/x86_64-unknown-linux-gnu/bin/llvm-profdata merge -o ${{ github.workspace }}/merged.profdata ${{ github.workspace }}/profdata' - name: Compile with profile. run: pip install -v -e .