mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-12 05:12:37 +00:00
Merge pull request #2163 from yyyeerbo/wip
versions: move cmake and musl version into versions.yaml
This commit is contained in:
commit
2082a9f2a2
@ -263,6 +263,32 @@ externals:
|
|||||||
.*/v?(\d\S+)\.tar\.gz
|
.*/v?(\d\S+)\.tar\.gz
|
||||||
version: "v1.0.0-rc5"
|
version: "v1.0.0-rc5"
|
||||||
|
|
||||||
|
cmake:
|
||||||
|
description: |
|
||||||
|
Build system, to build grpc-rs.
|
||||||
|
url: "https://github.com/Kitware/CMake"
|
||||||
|
uscan-url: >-
|
||||||
|
https://github.com/Kitware/CMake/releases/download/
|
||||||
|
v?([\d\.]+)/cmake-([\d\.]+)\.tar\.gz
|
||||||
|
version: "3.15.3"
|
||||||
|
meta:
|
||||||
|
description: |
|
||||||
|
'newest-version' is the latest version known to work.
|
||||||
|
newest-version: "3.15.3"
|
||||||
|
|
||||||
|
musl:
|
||||||
|
description: |
|
||||||
|
musl is used to build rust agent.
|
||||||
|
url: "https://www.musl-libc.org/"
|
||||||
|
uscan-url: >-
|
||||||
|
https://www.musl-libc.org/releases/
|
||||||
|
musl-([\d\.]+)\.tar\.gz
|
||||||
|
version: "1.1.23"
|
||||||
|
meta:
|
||||||
|
description: |
|
||||||
|
'newest-version' is the latest version known to work.
|
||||||
|
newest-version: "1.1.23"
|
||||||
|
|
||||||
languages:
|
languages:
|
||||||
description: |
|
description: |
|
||||||
Details of programming languages requried to build system
|
Details of programming languages requried to build system
|
||||||
|
Loading…
Reference in New Issue
Block a user