Skip to content

Commit

Permalink
tools: don't install binutils-esp32ulp on aarch64
Browse files Browse the repository at this point in the history
Once new binutils-esp32ulp is made and aarch64 artifacts are added,
will add these tools back.

Related to #6432
  • Loading branch information
igrr committed Nov 30, 2021
1 parent b3f5d3b commit 11547ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/tools.json
Expand Up @@ -320,7 +320,8 @@
{
"install": "never",
"platforms": [
"linux-i686"
"linux-i686",
"linux-arm64"
]
}
],
Expand Down Expand Up @@ -381,7 +382,8 @@
{
"install": "never",
"platforms": [
"linux-i686"
"linux-i686",
"linux-arm64"
]
}
],
Expand Down

0 comments on commit 11547ca

Please sign in to comment.