Skip to content

Commit da7a595

Browse files
authored
Merge pull request #1492 from o1-labs/dw/remove-old-makefile-targets
CI/frontend-build: remove build-producer and block-producers
2 parents a1b4023 + 41806d9 commit da7a595

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/actions/frontend-build/action.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,6 @@ runs:
5858
working-directory: frontend
5959
shell: bash
6060

61-
- name: Test make build-block-producers
62-
if: inputs.test-build-commands == 'true'
63-
run: |
64-
rm -rf dist
65-
make build-block-producers
66-
[ -d "dist/frontend" ] || { echo "Error: make build-block-producers failed"; exit 1; }
67-
working-directory: frontend
68-
shell: bash
69-
7061
- name: Test make build-fuzzing
7162
if: inputs.test-build-commands == 'true'
7263
run: |
@@ -94,16 +85,6 @@ runs:
9485
working-directory: frontend
9586
shell: bash
9687

97-
98-
- name: Test make build-producer
99-
if: inputs.test-build-commands == 'true'
100-
run: |
101-
rm -rf dist
102-
make build-producer
103-
[ -d "dist/frontend" ] || { echo "Error: make build-producer failed"; exit 1; }
104-
working-directory: frontend
105-
shell: bash
106-
10788
- name: Test make build-production
10889
if: inputs.test-build-commands == 'true'
10990
run: |

0 commit comments

Comments
 (0)