Skip to content

Commit

Permalink
Minot
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 25, 2022
1 parent b26e609 commit 1b4a0f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ def main(argv: Sequence[str]) -> None:

if options.build_all:
print("Building all chef examples")
os.environ['GNUARMEMB_TOOLCHAIN_PATH'] = os.environ['PW_ARM_CIPD_INSTALL_DIR']
platforms_and_outputs = chef_util.cd_platforms_and_outputs
for device in os.listdir(chef_devices_dir):
target_file_ext = ".zap"
Expand Down
1 change: 0 additions & 1 deletion integrations/cloudbuild/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ artifacts:
objects:
location: "gs://matter-build-automation-artifacts/$PROJECT_ID/$COMMIT_SHA/"
paths: ["/workspace/artifacts/*.tar.gz"]

# Using higher CPU machines generally speeds up builds, except bootstrap is always
# slow.
# options:
Expand Down

0 comments on commit 1b4a0f1

Please sign in to comment.