Skip to content

Commit 6e2f2b3

Browse files
committed
ci: remove old workflows
1 parent 1c098b5 commit 6e2f2b3

3 files changed

Lines changed: 7 additions & 67 deletions

File tree

.github/workflows/build-and-test-go.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,26 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v4
23+
2324
- uses: actions/setup-go@v5
2425
with:
2526
go-version: "1.23"
2627
cache: false
28+
2729
- name: foundry-toolchain
2830
uses: foundry-rs/foundry-toolchain@v1.2.0
31+
2932
- name: Build SP1 bindings
3033
run: make build_sp1_linux
31-
- name: Build Old SP1 bindings
32-
run: make build_sp1_linux_old
34+
3335
- name: Build Risc Zero go bindings
3436
run: make build_risc_zero_linux
35-
- name: Build Old Risc Zero go bindings
36-
run: make build_risc_zero_linux_old
37+
3738
- name: Build Merkle Tree bindings
3839
run: make build_merkle_tree_linux
40+
3941
- name: Build operator
4042
run: go build operator/cmd/main.go
43+
4144
- name: Build aggregator
4245
run: go build aggregator/cmd/main.go

.github/workflows/test-risc-zero-old.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/test-sp1-old.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)