From 1b4a0f1946bf7f5723b1af8c98c5af5f5764540c Mon Sep 17 00:00:00 2001 From: Austin Bozowski Date: Wed, 25 May 2022 01:25:43 +0000 Subject: [PATCH] Minot --- examples/chef/chef.py | 1 + integrations/cloudbuild/chef.yaml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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: