mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
chore(CI): use nightly rust
This commit is contained in:
committed by
Quentin Bourgerie
parent
55c6dbd315
commit
d2bfa03104
2
.github/workflows/compiler_benchmark.yml
vendored
2
.github/workflows/compiler_benchmark.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
||||
- name: Install rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: nightly
|
||||
override: true
|
||||
|
||||
- name: Build compiler benchmarks
|
||||
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
- name: Install rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: nightly
|
||||
override: true
|
||||
|
||||
- name: Create build dir
|
||||
|
||||
@@ -31,7 +31,8 @@ jobs:
|
||||
- name: Install rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: nightly
|
||||
override: true
|
||||
|
||||
- name: Install Deps
|
||||
run: |
|
||||
|
||||
9
.github/workflows/concrete_cpu_test.yml
vendored
9
.github/workflows/concrete_cpu_test.yml
vendored
@@ -21,7 +21,9 @@ jobs:
|
||||
- name: Rust install
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: nightly
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: Download cargo cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
@@ -54,7 +56,7 @@ jobs:
|
||||
- name: Tests
|
||||
run: |
|
||||
cd backends/concrete-cpu
|
||||
cargo test --no-fail-fast --all-targets
|
||||
cargo test --no-fail-fast --all-targets --features=nightly
|
||||
|
||||
- name: Zig install
|
||||
run: |
|
||||
@@ -75,7 +77,8 @@ jobs:
|
||||
- name: Rust install
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: nightly
|
||||
override: true
|
||||
|
||||
- name: Download cargo cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
2
.github/workflows/ml_benchmark_subset.yml
vendored
2
.github/workflows/ml_benchmark_subset.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
- name: Install rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: nightly
|
||||
override: true
|
||||
|
||||
- name: Build compiler and ML benchmarks
|
||||
|
||||
Reference in New Issue
Block a user