-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cargo-deny version in Dockerfile #1903
Conversation
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.
@tiziano88: The CI build kept failing with "No space left on device", right before the bazel build
step, so I've split the run-tests
step into two separate steps. Could you take another look?
I will update the required steps once this is submitted, they are set in https://github.com/project-oak/oak/settings/branch_protection_rules/4812031 |
I am not sure how to proceed with this. Is it possible to mark |
Ah sorry, removed that now, I will add the others after this is submitted. |
* Updates the carg-deny version * Splits `run-tests` into `run-cargo-tests` and `run-bazel-tests` to make ci builds more stable
Reproducibility Index:
Reproducibility Index diff: |
Use latest version of
cargo-deny
to avoid git fetch failure errors:Ref: EmbarkStudios/cargo-deny#336
Also splits the
run-tests
step in github-ci torun-cargo-test
andrun-bazel-test
to avoid theNo space left on device
problem.