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

Pin ahash to 0.8.6 #11499

Merged
merged 1 commit into from
Jan 5, 2024
Merged

Pin ahash to 0.8.6 #11499

merged 1 commit into from
Jan 5, 2024

Conversation

mtreinish
Copy link
Member

Summary

The recent ahash release 0.8.7 started using the library feature 'stdsimd' which was not stabilized until Rust 1.72 for aarch64 and will cause an issue when building for aarch64 on (see tkaitchuck/aHash#195 for more details) with our MSRV which was 1.64 and was just raised to 1.70 in #11493. This isn't caught in CI because we don't have any aarch64 environments to test with. As 1.72 is fairly recent < 6 months old as of this commit. This just opts to pin the ahash version used to one that is compatible with our MSRV on all supported platforms.

Details and comments

The recent ahash release 0.8.7 started using the library feature
'stdsimd' which was not stabilized until Rust 1.72 for aarch64 and
will cause an issue when building for aarch64 on (see
tkaitchuck/aHash#195 for more details) with our MSRV which was 1.64 and
was just raised to 1.70 in Qiskit#11493. This isn't caught in CI because we
don't have any aarch64 environments to test with. As 1.72 is fairly
recent < 6 months old as of this commit. This just opts to pin the ahash
version used to one that is compatible with our MSRV on all supported
platforms.
@mtreinish mtreinish added type: qa Issues and PRs that relate to testing and code quality Changelog: None Do not include in changelog Rust This PR or issue is related to Rust code in the repository labels Jan 5, 2024
@mtreinish mtreinish added this to the 1.0.0 milestone Jan 5, 2024
@mtreinish mtreinish requested a review from a team as a code owner January 5, 2024 18:43
@qiskit-bot
Copy link
Collaborator

One or more of the the following people are requested to review this:

Copy link
Contributor

@kevinhartman kevinhartman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kevinhartman kevinhartman enabled auto-merge January 5, 2024 18:45
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7425527945

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
To ensure accuracy in future PRs, please see these guidelines.
A quick fix for this PR: rebase it; your next report should be accurate.

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.001%) to 87.575%

Totals Coverage Status
Change from base Build 7423561045: -0.001%
Covered Lines: 59464
Relevant Lines: 67901

💛 - Coveralls

@kevinhartman kevinhartman added this pull request to the merge queue Jan 5, 2024
Merged via the queue into Qiskit:main with commit 5b46c3e Jan 5, 2024
12 checks passed
@mtreinish mtreinish deleted the pin-ahash branch January 5, 2024 21:01
ShellyGarion pushed a commit to ShellyGarion/qiskit-terra that referenced this pull request Jan 18, 2024
The recent ahash release 0.8.7 started using the library feature
'stdsimd' which was not stabilized until Rust 1.72 for aarch64 and
will cause an issue when building for aarch64 on (see
tkaitchuck/aHash#195 for more details) with our MSRV which was 1.64 and
was just raised to 1.70 in Qiskit#11493. This isn't caught in CI because we
don't have any aarch64 environments to test with. As 1.72 is fairly
recent < 6 months old as of this commit. This just opts to pin the ahash
version used to one that is compatible with our MSRV on all supported
platforms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: None Do not include in changelog Rust This PR or issue is related to Rust code in the repository type: qa Issues and PRs that relate to testing and code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants