File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed
Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 1313 - " common/**"
1414 - " core/**"
1515 - " metrics/**"
16- - " .github/workflows/build-go.yml"
16+ - " .github/workflows/build-and-test- go.yml"
1717env :
1818 FFI_FOR_RELEASE : false
1919jobs :
@@ -34,18 +34,33 @@ jobs:
3434 - name : Build SP1 bindings
3535 run : make build_sp1_linux
3636
37+ - name : Clean SP1 build artifacts
38+ run : rm -rf operator/sp1/lib/target
39+
3740 - name : Build Risc Zero go bindings
3841 run : make build_risc_zero_linux
3942
43+ - name : Clean Risc Zero build artifacts
44+ run : rm -rf operator/risc_zero/lib/target
45+
4046 - name : Build Merkle Tree bindings
4147 run : make build_merkle_tree_linux
42-
48+
49+ - name : Clean Merkle Tree build artifacts
50+ run : rm -rf operator/merkle_tree/lib/target
51+
4352 - name : Build Mina bindings
4453 run : make build_mina_linux
45-
54+
55+ - name : Clean Mina build artifacts
56+ run : rm -rf operator/mina/lib/target
57+
4658 - name : Build Mina Account bindings
4759 run : make build_mina_account_linux
48-
60+
61+ - name : Clean Mina Account build artifacts
62+ run : rm -rf operator/mina_account/lib/target
63+
4964 - name : Build operator
5065 run : go build operator/cmd/main.go
5166
You can’t perform that action at this time.
0 commit comments