Skip to content

Commit 3780523

Browse files
andy31415pull[bot]
authored andcommitted
Split build-all into 2 separate build commands. (#23321)
Build fail otherwise due to too long arguments, it says: ``` Your build failed to run: generic::invalid_argument: invalid build: invalid .steps field: build step 2 arg 0 too long (max: 4000) ```
1 parent d8deac9 commit 3780523

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

integrations/cloudbuild/build-all.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ steps:
7474
--target k32w-light-no-ota
7575
--target k32w-lock
7676
--target k32w-shell
77+
build
78+
--create-archives /workspace/artifacts/
79+
- name: "connectedhomeip/chip-build-vscode:0.6.03"
80+
env:
81+
- PW_ENVIRONMENT_ROOT=/pwenv
82+
args:
83+
- >-
84+
./scripts/build/build_examples.py --enable-flashbundle
7785
--target linux-arm64-all-clusters-clang
7886
--target linux-arm64-all-clusters-app-nodeps
7987
--target linux-arm64-all-clusters-app-nodeps-ipv6only

0 commit comments

Comments
 (0)