Skip to content
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

[2.0] Fix CI (backport #2301) #2302

Merged
merged 4 commits into from
Nov 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix cherry-pick issues
chipshort committed Nov 25, 2024
commit e1cc86a72189628a5fa317894173d67c102f3eae
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -954,20 +954,11 @@ jobs:

coverage:
docker:
<<<<<<< HEAD
<<<<<<< HEAD
- image: rust:1.73.0
resource_class: medium+
=======
- image: rust:1.74.0
>>>>>>> 2cc3923c3 (Update Rust version of coverage job)
=======
- image: rust:1.82.0-alpine3.19
environment:
# Limit the number of parallel jobs to avoid OOM crashes during doc testing
RUST_TEST_THREADS: 8
resource_class: medium+
>>>>>>> 9eef30903 (Fix codecov job)
steps:
- checkout
- run: