diff --git a/examples/chef/chef.py b/examples/chef/chef.py index 6a82a292d372b8..21fba4bae6185a 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -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" diff --git a/integrations/cloudbuild/chef.yaml b/integrations/cloudbuild/chef.yaml index 079c0b4788f249..37d01efc3e8616 100644 --- a/integrations/cloudbuild/chef.yaml +++ b/integrations/cloudbuild/chef.yaml @@ -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: