mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-04 06:13:09 +00:00
Compose CI: preflight KZG params presence
This commit is contained in:
parent
08ee260b13
commit
27fdde911b
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -374,6 +374,12 @@ jobs:
|
|||||||
NOMOS_LOG_DIR: "${{ github.workspace }}/.tmp/compose-logs"
|
NOMOS_LOG_DIR: "${{ github.workspace }}/.tmp/compose-logs"
|
||||||
run: |
|
run: |
|
||||||
mkdir -p "$TMPDIR"
|
mkdir -p "$TMPDIR"
|
||||||
|
# Pre-flight: ensure KZG params exist where compose will mount them.
|
||||||
|
if [ ! -f testing-framework/assets/stack/kzgrs_test_params/proving_key.zkey ]; then
|
||||||
|
echo "KZG params missing at testing-framework/assets/stack/kzgrs_test_params/proving_key.zkey" >&2
|
||||||
|
ls -l testing-framework/assets/stack/kzgrs_test_params || true
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
cargo run -p runner-examples --bin compose_runner -- --nocapture
|
cargo run -p runner-examples --bin compose_runner -- --nocapture
|
||||||
|
|
||||||
- name: Collect compose logs
|
- name: Collect compose logs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user