mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-08 16:23:08 +00:00
Run compose smoke on mac with prebuilt linux circuits (no rapidsnark rebuild)
This commit is contained in:
parent
53565701a5
commit
dca7d79393
9
.github/workflows/lint.yml
vendored
9
.github/workflows/lint.yml
vendored
@ -237,7 +237,10 @@ jobs:
|
|||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
|
|
||||||
compose_smoke:
|
compose_smoke:
|
||||||
runs-on: ubuntu-latest
|
runs-on:
|
||||||
|
- self-hosted
|
||||||
|
- macOS
|
||||||
|
- X64
|
||||||
env:
|
env:
|
||||||
TMPDIR: ${{ github.workspace }}/.tmp
|
TMPDIR: ${{ github.workspace }}/.tmp
|
||||||
NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits
|
NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits
|
||||||
@ -329,8 +332,8 @@ jobs:
|
|||||||
- name: Install circuits for host build
|
- name: Install circuits for host build
|
||||||
env:
|
env:
|
||||||
NOMOS_CIRCUITS_PLATFORM: linux-x86_64
|
NOMOS_CIRCUITS_PLATFORM: linux-x86_64
|
||||||
NOMOS_CIRCUITS_REBUILD_RAPIDSNARK: "1"
|
NOMOS_CIRCUITS_REBUILD_RAPIDSNARK: "0"
|
||||||
RAPIDSNARK_FORCE_REBUILD: "1"
|
RAPIDSNARK_FORCE_REBUILD: "0"
|
||||||
RAPIDSNARK_BUILD_GMP: "0"
|
RAPIDSNARK_BUILD_GMP: "0"
|
||||||
RAPIDSNARK_USE_ASM: "OFF"
|
RAPIDSNARK_USE_ASM: "OFF"
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user