mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feature/cmake_linux_arm64_v4.4' into 'release/v4.4'
tools: updates for linux-arm64 (aarch64) platform (v4.4) See merge request espressif/esp-idf!16353
This commit is contained in:
commit
255ca3d18e
@ -320,7 +320,8 @@
|
||||
{
|
||||
"install": "never",
|
||||
"platforms": [
|
||||
"linux-i686"
|
||||
"linux-i686",
|
||||
"linux-arm64"
|
||||
]
|
||||
}
|
||||
],
|
||||
@ -381,7 +382,8 @@
|
||||
{
|
||||
"install": "never",
|
||||
"platforms": [
|
||||
"linux-i686"
|
||||
"linux-i686",
|
||||
"linux-arm64"
|
||||
]
|
||||
}
|
||||
],
|
||||
@ -475,6 +477,11 @@
|
||||
"size": 43877847,
|
||||
"url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-linux-x86_64.tar.gz"
|
||||
},
|
||||
"linux-arm64": {
|
||||
"sha256": "77620f99e9d5f39cf4a49294c6a68c89a978ecef144894618974b9958efe3c2a",
|
||||
"size": 45139836,
|
||||
"url": "https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-linux-aarch64.tar.gz"
|
||||
},
|
||||
"linux-armel": {
|
||||
"sha256": "f8bd050c2745f0dcc4b7cef9738bbfef775950a10f5bd377abb0062835e669dc",
|
||||
"size": 13759084,
|
||||
|
Loading…
x
Reference in New Issue
Block a user