Skip to content

Conversation

@akern40
Copy link
Collaborator

@akern40 akern40 commented Mar 16, 2025

With the new MSRV-aware resolver available, I am trying to stabilize our CI/CD, which frequently breaks due to dependency updates. This takes three steps to do so:

  1. Add Cargo.lock, so that builds on the CI/CD are deterministic
  2. Add a regular (weekly) job that checks against the latest dependencies across both stable and MSRV versions of rustc
  3. Simplify the current CI/CD and revert to a single MSRV, rather than using a BLAS-specific MSRV.

Closes #1484

akern40 added 4 commits March 16, 2025 17:29
With the new MSRV-aware resolver available, I am trying to stabilize
our CI/CD, which frequently breaks due to dependency updates.
This takes three steps to do so:

1. Add Cargo.lock, so that builds on the CI/CD are deterministic
2. Add a regular (weekly) job that checks against the latest dependencies
across both stable and MSRV versions of rustc
3. Simplify the current CI/CD and revert to a single MSRV,
rather than using a BLAS-specific MSRV.
@akern40 akern40 merged commit ee6c45e into rust-ndarray:master Mar 16, 2025
15 checks passed
@akern40 akern40 deleted the msrv-ci-fixes branch March 16, 2025 22:10
akern40 added a commit to akern40/ndarray that referenced this pull request Mar 18, 2025
* Tries to stabilize MSRV CI/CD.

With the new MSRV-aware resolver available, I am trying to stabilize
our CI/CD, which frequently breaks due to dependency updates.
This takes three steps to do so:

1. Add Cargo.lock, so that builds on the CI/CD are deterministic
2. Add a regular (weekly) job that checks against the latest dependencies
across both stable and MSRV versions of rustc
3. Simplify the current CI/CD and revert to a single MSRV,
rather than using a BLAS-specific MSRV.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Alleviating MSRV issues

1 participant