rickub/ci-benchpublic Fork 0
5c18d175acf48d39e8a884ee3dafcec3f005cb8c
Commits
Clone
git clone https://git.rickub.com/rickub/ci-bench.git
git clone ssh://git@rickub.com/rickub/ci-bench.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

ci-bench: cross-platform CI race scaffold (rickub CI vs GitHub Actions) 0baf736Unverified · on 5c18d175acf48d39e8a884ee3dafcec3f005cb8c · Olivier Girardot · yesterday
rust-toolchain.toml · 5 lines · 201 BTOML Blame HistoryRaw
1
2
3
4
5
# Pin the toolchain: identical rustc on every platform is part of the pinned
# workload. 1.85.0 is the minimum for clap_builder 4.6.x (edition 2024).
[toolchain]
channel = "1.85.0"
profile = "minimal"