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

Disable building on nightly #38

Merged
merged 1 commit into from
Feb 11, 2024
Merged

Disable building on nightly #38

merged 1 commit into from
Feb 11, 2024

Conversation

bk2204
Copy link
Owner

@bk2204 bk2204 commented Feb 7, 2024

Right now, flurry requires ahash 0.7. Unfortunately, ahash always tries to enable the stdsimd feature on nightly, but in recent nightly versions, this feature has been removed in favour of splitting it into multiple separate features. For the moment, disable building on nightly until ahash can release a fixed version that still supports 1.63 and flurry can be updated.

Right now, flurry requires ahash 0.7.  Unfortunately, ahash always tries
to enable the `stdsimd` feature on nightly, but in recent nightly
versions, this feature has been removed in favour of splitting it into
multiple separate features.  For the moment, disable building on nightly
until ahash can release a fixed version that still supports 1.63 and
flurry can be updated.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
@bk2204 bk2204 marked this pull request as ready for review February 11, 2024 10:53
@bk2204 bk2204 merged commit c018fb5 into dev Feb 11, 2024
15 checks passed
@bk2204 bk2204 deleted the disable-nightly branch February 11, 2024 10:53
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.

None yet

1 participant