Add gungraun-runner (#1520)

This commit is contained in:
gamma0987
2026-02-16 17:31:19 +00:00
committed by GitHub
parent d132751fe4
commit 28a014e014
6 changed files with 120 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
{
"repository": "https://github.com/gungraun/gungraun",
"website": "https://gungraun.github.io/gungraun/",
"license_markdown": "[Apache-2.0](https://github.com/gungraun/gungraun/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/gungraun/gungraun/blob/main/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
"bin": "${package}-v${version}-${rust_target}/${package}",
"platform": {
"x86_64_linux_musl": {},
"aarch64_linux_gnu": {},
"powerpc64le_linux_gnu": {},
"riscv64_linux_gnu": {},
"s390x_linux_gnu": {}
}
}

View File

@@ -1,6 +1,6 @@
{
"repository": "https://github.com/iai-callgrind/iai-callgrind",
"website": "https://iai-callgrind.github.io/iai-callgrind/",
"website": "https://gungraun.github.io/gungraun/",
"license_markdown": "[Apache-2.0](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/iai-callgrind/iai-callgrind/blob/main/LICENSE-MIT)",
"tag_prefix": "v",
"rust_crate": "${package}",