ci: Refactor timelord action to use git-warp-time fallback #994
No reviewers
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/MSC
Matrix/Media
Meta
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity!994
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tom/git-timestamps"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updates the timelord action to fall back to git-warp-time when the cache is completely empty, enabling timestamp restoration even on fresh builds.
When git-warp-time is used, performs an unshallow fetch to get full history, while subsequent runs use normal fetches. Simplifies the interface by making inputs optional with sensible defaults.
Adds binary caching for timelord-cli and git-warp-time tools to avoid repeated installations, and updates paths to use /usr/share/rust/.cargo/bin/ for the catthehacker runner image used by the dind profile (may need updating if/when switching to standard image).
The main timelord restore now happens inside the Dockerfile itself, as Docker intentionally wipes all file mtimes on COPY/ADD operations.
6df55957b7
45adfabbcd
45adfabbcd
09802a1629
09802a1629
96a9e89e83
96a9e89e83
a1064dd8f8
a1064dd8f8
90baadd032
90baadd032
b1c39e6bf8
b1c39e6bf8
e8fa658da5
e8fa658da5
4076727ed1
4076727ed1
4f852a3a73
4f852a3a73
6ee80e71cc
6ee80e71cc
4a7c57b79b
4a7c57b79b
96db0cdbb3
96db0cdbb3
93ae4ec849
WIP: ci: Preserve git timestamps to improve build cache efficiencyto ci: Refactor timelord action to use git-warp-time fallback93ae4ec849
7950e2cc7f
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.