commit | b20378020a1863ea6dd6b4becc31ab20ff0ec28c | [log] [tgz] |
---|---|---|
author | Michael Benfield <mbenfield@google.com> | Fri Apr 29 16:37:52 2022 +0000 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 02 16:36:46 2022 +0000 |
tree | 8b6b090ecc7d6d1ea53ce20a1c7e3aaa088da927 | |
parent | 171dd532a689fc76f241c540de9e7b4598c57900 [diff] |
Remove "-Wno-unused-but-set-variable" from config.go. BUG=b:227655984 TEST=CQ Change-Id: Ib8928cab96f8e3b4dfe50e5d89645e8ec5e905d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3613766 Auto-Submit: Michael Benfield <mbenfield@google.com> Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Tested-by: Manoj Gupta <manojgupta@chromium.org> Commit-Queue: Manoj Gupta <manojgupta@chromium.org>
toolchain-utils
Various utilities used by the ChromeOS toolchain team.
To run Python scripts in this directory, first run:
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
from this directory.
Then you can run any script.
To get help on any script, type in python <script> --help
, or refer to the header of the script for more information.