mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
Use bundled circuits in local smoke
This commit is contained in:
parent
b9b641ba5d
commit
e7c4f46500
12
.github/workflows/lint.yml
vendored
12
.github/workflows/lint.yml
vendored
@ -212,18 +212,6 @@ jobs:
|
||||
echo "Circuits bundle missing in nomos-binaries tarball" >&2
|
||||
exit 1
|
||||
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)
|
||||
run: |
|
||||
mkdir -p "$(dirname "${NOMOS_KZGRS_PARAMS_PATH}")"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user