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
cargo test --package c2rust-analyze is currently not run in CI as it needs FileCheck and FileCheck is not available by default on Ubuntu 18 and Debian 10.
- Fixes#608.
Depends on:
- #770
- #799
Once #770 lands, `FileCheck` will be installed everywhere, so we can
finally re-enable the `c2rust-analyze` tests, which use `FileCheck`, in
CI. This is getting increasingly important as we more rapidly work on
`c2rust-analyze`.
cargo test --package c2rust-analyze
is currently not run in CI as it needsFileCheck
andFileCheck
is not available by default on Ubuntu 18 and Debian 10.Blocked on:
rustc-private-link
toc2rust-build-paths
#641: I plan to movefind_llvm_config
there and the use$(llvm-config --bindir)/FileCheck
as theFileCheck
path.cargo test -p c2rust-analyze
fails CI due to noFileCheck
#593: the main issue for failing due toFileCheck
.The text was updated successfully, but these errors were encountered: