Skip to content

Commit

Permalink
Merge f7055de into 4276b17
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroToscano authored Oct 11, 2024
2 parents 4276b17 + f7055de commit 5745e14
Show file tree
Hide file tree
Showing 166 changed files with 5,542 additions and 7,839 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/build-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,28 @@ on:
pull_request:
branches: ["*"]
paths:
- 'operator/**'
- 'aggregator/**'
- 'common/**'
- 'core/**'
- 'metrics/**'
- '.github/workflows/build-go.yml'
- "operator/**"
- "aggregator/**"
- "common/**"
- "core/**"
- "metrics/**"
- ".github/workflows/build-go.yml"
env:
FFI_FOR_RELEASE: false
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: "1.22"
cache: false
- name: Build SP1 bindings
run: make build_sp1_linux
- name: Build Risc Zero go bindings
run: make build_risc_zero_linux
- name: Build Halo2-KZG bindings
run: make build_halo2_kzg_linux
- name: Build Halo2-IPA bindings
run: make build_halo2_ipa_linux
- name: Build Merkle Tree bindings
run: make build_merkle_tree_linux
- name: Build operator
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/test-halo2-ipa.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/test-halo2-kzg.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ batcher/aligned/batch_inclusion_responses/*
**/aligned_verification_data
**/broadcast
volume
config-files/*.last_processed_batch.json

nonce_*.bin
Loading

0 comments on commit 5745e14

Please sign in to comment.