Skip to content

Commit

Permalink
Revert "try nightly rust"
Browse files Browse the repository at this point in the history
This reverts commit bb566d9.
  • Loading branch information
MarshalX committed Apr 9, 2024
1 parent bb566d9 commit f9279af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 .
Expand Down

0 comments on commit f9279af

Please sign in to comment.