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

Commit 2082a9f

Browse files
authored
Merge pull request #2163 from yyyeerbo/wip
versions: move cmake and musl version into versions.yaml
2 parents 764c260 + a1e359d commit 2082a9f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

versions.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,32 @@ externals:
263263
.*/v?(\d\S+)\.tar\.gz
264264
version: "v1.0.0-rc5"
265265

266+
cmake:
267+
description: |
268+
Build system, to build grpc-rs.
269+
url: "https://github.com/Kitware/CMake"
270+
uscan-url: >-
271+
https://github.com/Kitware/CMake/releases/download/
272+
v?([\d\.]+)/cmake-([\d\.]+)\.tar\.gz
273+
version: "3.15.3"
274+
meta:
275+
description: |
276+
'newest-version' is the latest version known to work.
277+
newest-version: "3.15.3"
278+
279+
musl:
280+
description: |
281+
musl is used to build rust agent.
282+
url: "https://www.musl-libc.org/"
283+
uscan-url: >-
284+
https://www.musl-libc.org/releases/
285+
musl-([\d\.]+)\.tar\.gz
286+
version: "1.1.23"
287+
meta:
288+
description: |
289+
'newest-version' is the latest version known to work.
290+
newest-version: "1.1.23"
291+
266292
languages:
267293
description: |
268294
Details of programming languages requried to build system

0 commit comments

Comments
 (0)