Merge #3019
3019: Use stable toolchain for Valgrind job as version 3.20 should handle the DWARF version. r=adamreichold a=adamreichold Co-authored-by: Adam Reichold <adam.reichold@t-online.de>
This commit is contained in:
commit
d31fa297c5
|
@ -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