mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
Fix nightly build (ahash issue) (#1524)
* Revert "Fix workflow" This reverts commit 246c2b6263f71313192801b1c27a3c08e241f545. * Revert "Fix nightly version" This reverts commit 8f919133379213698ba43fda5a39a153a17324b7. * chore: remove stdsimd feature req (stabilized)
This commit is contained in:
parent
b600142cd4
commit
b6fec06c38
@ -28,9 +28,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install nightly toolchain
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly-2024-02-01
|
||||
uses: dtolnay/rust-toolchain@nightly
|
||||
|
||||
- name: Set up rust cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
@ -79,9 +77,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install nightly toolchain
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
uses: dtolnay/rust-toolchain@nightly
|
||||
with:
|
||||
toolchain: nightly-2024-02-01
|
||||
targets: wasm32-unknown-unknown
|
||||
|
||||
- name: Set up rust cache
|
||||
@ -150,9 +147,8 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install nightly toolchain
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
uses: dtolnay/rust-toolchain@nightly
|
||||
with:
|
||||
toolchain: nightly-2024-02-01
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: Set up rust cache
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
#![allow(clippy::type_complexity)]
|
||||
#![allow(clippy::len_without_is_empty)]
|
||||
#![allow(clippy::needless_range_loop)]
|
||||
#![feature(stdsimd)]
|
||||
#![feature(specialization)]
|
||||
#![cfg_attr(not(test), no_std)]
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
nightly-2024-02-01
|
||||
nightly
|
||||
Loading…
x
Reference in New Issue
Block a user