Skip to content

Commit

Permalink
Fix pw_env_setup arm-none-eabi not installed issue
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>
  • Loading branch information
andrei-menzopol committed Feb 28, 2022
1 parent a1d61e4 commit e2ce158
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions scripts/compiler.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"packages": [
{
"path": "pigweed/third_party/gcc-arm-none-eabi/${platform}",
"platforms": ["linux-amd64", "mac-amd64", "windows-amd64"],
"tags": ["version:10-2020-q4-major"]
}
]
}


3 changes: 2 additions & 1 deletion scripts/environment.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"cipd_package_files": [
"third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json",
"scripts/python.json"
"scripts/python.json",
"scripts/compiler.json"
],
"virtualenv": {
"gn_root": ".",
Expand Down

0 comments on commit e2ce158

Please sign in to comment.