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

Commit

Permalink
Merge pull request #2163 from yyyeerbo/wip
Browse files Browse the repository at this point in the history
versions: move cmake and musl version into versions.yaml
  • Loading branch information
chavafg authored Nov 1, 2019
2 parents 764c260 + a1e359d commit 2082a9f
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 2082a9f

Please sign in to comment.