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
We need to have more reliable CI for all relevant versions of the rust toolchain. Is there a way to make this happen? I'd prefer to not to commit Cargo.lock.
In our GH CI, this is what runs with the default Rust version (is it maybe the latest stable?)
We need to have more reliable CI for all relevant versions of the rust toolchain. Is there a way to make this happen? I'd prefer to not to commit
Cargo.lock
.In our GH CI, this is what runs with the default Rust version (is it maybe the latest stable?)
openqasm3_parser/.github/workflows/main.yml
Lines 26 to 29 in 5305ac3
But for the MSRV, we do not run clippy in CI, and the command for running tests is slightly different.
openqasm3_parser/.github/workflows/main.yml
Lines 41 to 44 in 5305ac3
I found that occasionally upon pushing a PR, CI would fail because some component or dep is upgraded.
I tried some conditional compilation. For example here:
openqasm3_parser/crates/oq3_syntax/src/ptr.rs
Lines 34 to 49 in 5305ac3
I think it helped, but I don't recall why I was not able to solve the problem completely.
The text was updated successfully, but these errors were encountered: