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

Switch CI toolchain to stable #54

Merged
merged 1 commit into from
Dec 30, 2023
Merged

Switch CI toolchain to stable #54

merged 1 commit into from
Dec 30, 2023

Conversation

Jefffrey
Copy link
Collaborator

@Jefffrey Jefffrey commented Dec 30, 2023

Seeing CI failure: https://github.com/datafusion-contrib/datafusion-orc/actions/runs/7360911822/job/20037635643?pr=53

 error[E0658]: use of unstable library feature 'build_hasher_simple_hash_one'
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/random_state.rs:463:5
    |
463 | /     fn hash_one<T: Hash>(&self, x: T) -> u64 {
464 | |         RandomState::hash_one(self, x)
465 | |     }
    | |_____^
    |
    = note: see issue #86161 <https://github.com/rust-lang/rust/issues/86161> for more information
    = help: add `#![feature(build_hasher_simple_hash_one)]` to the crate attributes to enable

@Jefffrey Jefffrey requested a review from WenyXu December 30, 2023 00:47
@Jefffrey Jefffrey mentioned this pull request Dec 30, 2023
@WenyXu WenyXu merged commit 2cb322a into main Dec 30, 2023
6 checks passed
@WenyXu WenyXu deleted the fix_ci branch December 30, 2023 03:22
waynexia pushed a commit that referenced this pull request Oct 24, 2024
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.

2 participants