Skip to content

Commit

Permalink
Split build-all into 2 separate build commands. (#23321)
Browse files Browse the repository at this point in the history
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)
```
  • Loading branch information
andy31415 authored and pull[bot] committed Oct 5, 2023
1 parent 6ee29c8 commit 5380114
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ steps:
--target k32w-light-no-ota
--target k32w-lock
--target k32w-shell
build
--create-archives /workspace/artifacts/
- name: "connectedhomeip/chip-build-vscode:0.6.03"
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
- >-
./scripts/build/build_examples.py --enable-flashbundle
--target linux-arm64-all-clusters-clang
--target linux-arm64-all-clusters-app-nodeps
--target linux-arm64-all-clusters-app-nodeps-ipv6only
Expand Down

0 comments on commit 5380114

Please sign in to comment.