Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

feat: Make boojum compile with modern compiler #175

feat: Make boojum compile with modern compiler

feat: Make boojum compile with modern compiler #175

Triggered via pull request August 5, 2024 13:14
Status Failure
Total duration 1m 1s
Billable time 2m
Artifacts

ci.yaml

on: pull_request
cargo fmt
29s
cargo fmt
Matrix: cargo build and test
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 1 warning
cargo build and test (ubuntu-22.04-github-hosted-16core): src/lib.rs#L57
unexpected `cfg` condition value: `include_packed_simd`
cargo build and test (ubuntu-22.04-github-hosted-16core): src/implementations/poseidon2/mod.rs#L16
unexpected `cfg` condition value: `include_packed_simd`
cargo build and test (ubuntu-22.04-github-hosted-16core): src/implementations/poseidon2/mod.rs#L26
unexpected `cfg` condition value: `include_packed_simd`
cargo build and test (ubuntu-22.04-github-hosted-16core): src/implementations/poseidon2/mod.rs#L39
unexpected `cfg` condition value: `include_packed_simd`
cargo build and test (ubuntu-22.04-github-hosted-16core)
Process completed with exit code 101.
cargo build and test (macos-13-xlarge)
The job was canceled because "ubuntu-22_04-github-hoste" failed.
cargo build and test (macos-13-xlarge): src/lib.rs#L57
unexpected `cfg` condition value: `include_packed_simd`
cargo build and test (macos-13-xlarge): src/implementations/poseidon2/mod.rs#L16
unexpected `cfg` condition value: `include_packed_simd`
cargo build and test (macos-13-xlarge): src/implementations/poseidon2/mod.rs#L26
unexpected `cfg` condition value: `include_packed_simd`
cargo build and test (macos-13-xlarge): src/implementations/poseidon2/mod.rs#L39
unexpected `cfg` condition value: `include_packed_simd`
cargo build and test (macos-13-xlarge): src/implementations/poseidon2/state_generic_impl.rs#L32
unexpected `cfg` condition value: `include_packed_simd`
cargo build and test (macos-13-xlarge): src/implementations/poseidon2/state_generic_impl.rs#L34
unexpected `cfg` condition value: `include_packed_simd`
cargo build and test (macos-13-xlarge)
The operation was canceled.
cargo fmt
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/