Skip to content

Commit 4111e36

Browse files
committed
Attempt without pre-gen
1 parent bbb66f7 commit 4111e36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,6 @@ jobs:
218218
- name: Bootstrap
219219
working-directory: ./project-chip
220220
run: bash scripts/bootstrap.sh -p all,darwin
221-
- name: ZAP Code pre-generation
222-
working-directory: ./project-chip
223-
run: scripts/run_in_build_env.sh "scripts/codepregen.py ./zzz_pregenerated/"
224221
- name: Setup Build, Run Build and Run Tests
225222
run: |
226223
scripts/build/gn_gen.sh --args=" \
@@ -233,7 +230,6 @@ jobs:
233230
chip_python_version=\"${{ needs.build_prepare.outputs.version }}\" \
234231
chip_python_package_prefix=\"home-assistant-chip\" \
235232
chip_python_platform_tag=\"macosx_14_0\" \
236-
chip_code_pre_generated_directory=\"$(pwd)/zzz_pregenerated\" \
237233
"
238234
scripts/run_in_build_env.sh "ninja -C ./out chip-repl"
239235
- name: Run Python library specific unit tests

0 commit comments

Comments
 (0)