Use stable toolchain for Valgrind job as version 3.20 should handle the DWARF version.

This commit is contained in:
Adam Reichold 2023-03-06 23:34:13 +01:00
parent 713c02a910
commit a913be22dc
1 changed files with 1 additions and 3 deletions

View File

@ -245,9 +245,7 @@ jobs:
with:
key: cargo-valgrind
continue-on-error: true
# FIXME(adamreichold): Switch to stable when Valgrind understands DWARF5 as generated by LLVM 14,
# c.f. https://bugs.kde.org/show_bug.cgi?id=452758#c35
- uses: dtolnay/rust-toolchain@1.61.0
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@valgrind
- run: python -m pip install -U pip nox
- run: nox -s test-rust -- release skip-full