-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
the CI failed again ... I don't know why it might happen, but maybe you can try rebase it again. |
4ff864d
to
49a0e3c
Compare
@paritytech/ci can you help here? I restarted the build / added more commits / rebased pr and it still fails with the same unrelated error... |
ethstore/cli/tests/cli.rs
Outdated
.unwrap(); | ||
|
||
let dir = TempDir::new("test-vault").unwrap(); | ||
println!("tempdir: {}", dir.path().to_str().unwrap()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stray println
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@debris looks like I can't push to this branch, can you help rework the patch here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure! fixed, rebased and put in a new branch again!
This was merged in #8027 right? |
@5chdn no, it wasn't :/ |
we should reopen it once pr is fixed an CI issues no longer exist |
this commit? 6e49ff1 |
First ``cargo check``
test.sh
Outdated
|
||
# Validate --no-default-features build | ||
cargo check --no-default-features | ||
cargo test -j 8 $OPTIONS --features "$FEATURES" --all --exclude evmjit $1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove evmjit
here it is removed
already merged |
replaces #8081, where the CI cache is broken