rickub/ci-benchpublic Fork 0
c936d6f2dbc65f365b8bab9c6e0c032a7582d0dd
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 c936d6f2dbc65f365b8bab9c6e0c032a7582d0dd · 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"