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