feat(ci): Add a workflow to update flake hashes #947

Merged
nex merged 2 commits from Shuroii/continuwuity:flake-updater into main 2025-09-17 22:13:46 +00:00

2 commits

Author SHA1 Message Date
Shuroii
9142978a15 fix: Fully qualify action
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 44s
Release Docker Image / Build linux-amd64 (release) (pull_request) Successful in 6m27s
Release Docker Image / Build linux-arm64 (release) (pull_request) Successful in 6m31s
Release Docker Image / Create Multi-arch Release Manifest (pull_request) Successful in 4s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 8m14s
Release Docker Image / Build linux-arm64 (max-perf) (pull_request) Successful in 12m16s
Release Docker Image / Build linux-amd64 (max-perf) (pull_request) Successful in 12m21s
Release Docker Image / Create Max-Perf Manifest (pull_request) Successful in 4s
Documentation / Build and Deploy Documentation (push) Successful in 23s
Checks / Prek / Pre-commit & Formatting (push) Successful in 46s
Release Docker Image / Build linux-amd64 (release) (push) Successful in 7m3s
Release Docker Image / Build linux-arm64 (release) (push) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Release Docker Image / Create Multi-arch Release Manifest (push) Has been cancelled
Release Docker Image / Build linux-amd64 (max-perf) (push) Has been cancelled
Release Docker Image / Build linux-arm64 (max-perf) (push) Has been cancelled
Release Docker Image / Create Max-Perf Manifest (push) Has been cancelled
This fixes an issue where Forgejo tries to look for code.forgejo.org for the action despite it not being available.
2025-09-17 21:37:50 +00:00
Shuroii
a8eb9c47f8 feat(ci): Add a workflow to update flake hashes
This workflow is intended to be ran as dispatch whenever the rocksdb fork changes!
Other than that, it'll run on any toolchain changes (rust-toolchain.toml, Cargo.lock, Cargo.toml) and update the relevant hash accordingly.
2025-09-17 21:37:50 +00:00