feat: Support stable compiler for circuit_sequencer_api #86
ci.yaml
on: pull_request
cargo build
2m 18s
cargo fmt
29s
cargo test
0s
Annotations
5 errors and 4 warnings
cargo build:
crates/zkevm_test_harness/src/compute_setups/mod.rs#L31
unresolved import `circuit_sequencer_api::toolset`
|
cargo build:
crates/zkevm_test_harness/src/compute_setups/full.rs#L84
cannot find function `get_geometry_config` in module `crate::geometry_config`
|
cargo build:
crates/zkevm_test_harness/src/compute_setups/full.rs#L183
cannot find function `get_geometry_config` in module `crate::geometry_config`
|
cargo build:
crates/zkevm_test_harness/src/compute_setups/light.rs#L87
cannot find function `get_geometry_config` in module `crate::geometry_config`
|
cargo build
Process completed with exit code 101.
|
cargo fmt
The following actions use a deprecated Node.js version 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/
|
cargo build
The following actions use a deprecated Node.js version 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/
|
cargo build:
crates/circuit_definitions/src/lib.rs#L4
the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
|
cargo build:
crates/zkevm_test_harness/src/lib.rs#L5
the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
|