mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-04 06:13:09 +00:00
Install fresh circuits in local smoke
This commit is contained in:
parent
85c89a51fa
commit
b9b641ba5d
12
.github/workflows/lint.yml
vendored
12
.github/workflows/lint.yml
vendored
@ -212,6 +212,18 @@ jobs:
|
|||||||
echo "Circuits bundle missing in nomos-binaries tarball" >&2
|
echo "Circuits bundle missing in nomos-binaries tarball" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
- name: Install circuits bundle matching node
|
||||||
|
env:
|
||||||
|
NOMOS_CIRCUITS_PLATFORM: linux-x86_64
|
||||||
|
NOMOS_CIRCUITS_REBUILD_RAPIDSNARK: "0"
|
||||||
|
RAPIDSNARK_FORCE_REBUILD: "0"
|
||||||
|
RAPIDSNARK_BUILD_GMP: "0"
|
||||||
|
RAPIDSNARK_USE_ASM: "OFF"
|
||||||
|
run: |
|
||||||
|
chmod +x scripts/setup-nomos-circuits.sh
|
||||||
|
CIRCUITS_DIR="${RUNNER_TEMP}/nomos-circuits"
|
||||||
|
scripts/setup-nomos-circuits.sh v0.3.1 "$CIRCUITS_DIR"
|
||||||
|
echo "NOMOS_CIRCUITS=${CIRCUITS_DIR}" >> "$GITHUB_ENV"
|
||||||
- name: Download KZG params for DA (raw)
|
- name: Download KZG params for DA (raw)
|
||||||
run: |
|
run: |
|
||||||
mkdir -p "$(dirname "${NOMOS_KZGRS_PARAMS_PATH}")"
|
mkdir -p "$(dirname "${NOMOS_KZGRS_PARAMS_PATH}")"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user