Use stable toolchain for Valgrind job as version 3.20 should handle the DWARF version.
This commit is contained in:
parent
713c02a910
commit
a913be22dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue