You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump CIRC, fix CI build, add lifetime annotations (#252)
* Bump CIRCT
* Add missing libraries
Build now works with rust 1.63 (when using backtrace = "=0.3.68")
* Use ninja to build llvm and circt, pin Ubuntu version in CI
Uing makefiles and parallel build seems to cause errors in CI.
* Add missing lifetime annotations for trait objects
This caused compiler errors for rust >= 1.65
* Pin Rust toolchain version to v1.66
Newer toolchains cause stack overflow errors in some tests. That may be related to
a memory alignment change in Rust v1.67 (rust-lang/rust#102750)
* test: Ignore error in common_cells (broken previously), remove old IGNOREs
The common_cells test was already failing as of 37f9596
The removed ignores referenced issues that have been closed and the tests
pass now.
---------
Co-authored-by: Martin Erhart <[email protected]>
0 commit comments