mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
Compose: default KZG env to raw params; set in CI
This commit is contained in:
parent
387b89416e
commit
1c16498de5
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@ -373,6 +373,7 @@ jobs:
|
||||
NOMOS_TESTNET_IMAGE: ${{ env.NOMOS_TESTNET_IMAGE }}
|
||||
COMPOSE_RUNNER_HOST: "127.0.0.1"
|
||||
NOMOS_TIME_BACKEND: "monotonic"
|
||||
NOMOS_KZGRS_PARAMS_PATH: "/kzgrs_test_params/kzgrs_test_params"
|
||||
RUST_BACKTRACE: "1"
|
||||
NOMOS_TESTS_TRACING: "true"
|
||||
RUST_LOG: "info"
|
||||
|
||||
@ -527,7 +527,7 @@ fn base_environment(cfgsync_port: u16) -> Vec<EnvEntry> {
|
||||
let nomos_log_level = std::env::var("NOMOS_LOG_LEVEL").unwrap_or_else(|_| "info".to_string());
|
||||
let time_backend = std::env::var("NOMOS_TIME_BACKEND").unwrap_or_else(|_| "monotonic".into());
|
||||
let kzg_path = std::env::var("NOMOS_KZGRS_PARAMS_PATH")
|
||||
.unwrap_or_else(|_| String::from("/kzgrs_test_params/pol/proving_key.zkey"));
|
||||
.unwrap_or_else(|_| String::from("/kzgrs_test_params/kzgrs_test_params"));
|
||||
vec![
|
||||
EnvEntry::new("POL_PROOF_DEV_MODE", pol_mode),
|
||||
EnvEntry::new("RUST_LOG", rust_log),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user