Fixed
Status Update
Comments
bl...@google.com <bl...@google.com> #2
Automated by Blunderbuss job pigweed-blunderbuss-autoassigner for component 1194524.
ca...@google.com <ca...@google.com>
am...@google.com <am...@google.com>
ap...@google.com <ap...@google.com> #4
Project: pigweed/pigweed
Branch: main
commit 02f2811d2c47ad6fbb029c7b48c82f757cc4ec4a
Author: Armando Montanez <amontanez@google.com>
Date: Tue Aug 08 18:56:07 2023
pw_toolchain: Optionally depend on pw_env_setup_CIPD_PIGWEED
Changes clang_tools.gni to only generate a relative path prefix for
CIPD-provided tools if pw_env_setup_CIPD_PIGWEED is set.
Bug: b/294886611
Change-Id: I219119d298b8ad3c91306ed174b8313e82b3cb61
Reviewed-on:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/163790
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com>
Reviewed-by: Rob Mohr <mohrr@google.com>
M pw_toolchain/clang_tools.gni
https://pigweed-review.git.corp.google.com/163790
Branch: main
commit 02f2811d2c47ad6fbb029c7b48c82f757cc4ec4a
Author: Armando Montanez <amontanez@google.com>
Date: Tue Aug 08 18:56:07 2023
pw_toolchain: Optionally depend on pw_env_setup_CIPD_PIGWEED
Changes clang_tools.gni to only generate a relative path prefix for
CIPD-provided tools if pw_env_setup_CIPD_PIGWEED is set.
Bug:
Change-Id: I219119d298b8ad3c91306ed174b8313e82b3cb61
Reviewed-on:
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com>
Reviewed-by: Rob Mohr <mohrr@google.com>
M pw_toolchain/clang_tools.gni
am...@google.com <am...@google.com> #5
Should be fixed, feel free to reopen if the issue persists.
ks...@apple.com <ks...@apple.com> #6
Thanks for the quick turnaround!
Description
Not a Contribution
Pigweed commit 0889de6 (pw_toolchain: Make tools use relative paths) regressed the ability to use the pigweed build in an environment where pw_env_setup has not been run, because it references a build variable (pw_env_setup_CIPD_PIGWEED) that may not have been defined:
This breaks our lightweight Matter SDK build flavor that bypasses the pigweed bootstrap.