Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
versions: move cmake and musl version into versions.yaml
Browse files Browse the repository at this point in the history
Fixes: #2162

Signed-off-by: Yang Bo <bo@hyper.sh>
  • Loading branch information
yyyeerbo committed Nov 1, 2019
1 parent 254b85a commit a1e359d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,32 @@ externals:
.*/v?(\d\S+)\.tar\.gz
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:
description: |
Details of programming languages requried to build system
Expand Down

0 comments on commit a1e359d

Please sign in to comment.