WIP: fix(ci): Don't cache nix store #1047
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/Hydra
Matrix/MSC
Matrix/Media
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status/Blocked
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity!1047
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Shuroii/continuwuity:flake-updater"
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?
Tom should look at this later.
That's weird;
7a56a2462c
didn't apply and Forgejo doesn't seem to care?a5f2e5f389
6a33fcb63d
6a33fcb63d
fbeac33487
Could you explain the reasoning behind the PR?
fix(ci): Don't cache nix storeto WIP: fix(ci): Don't cache nix store@tcpipuk wrote in #1047 (comment):
https://forgejo.ellis.link/continuwuation/continuwuity/actions/runs/5058/jobs/0/attempt/1 shows the workflow broke cause of something to do with caching.
fbeac33487
955c262884
Does it? To me, it shows the end of a bunch of actions then shows the job failed, but I don't see any logs indicating cache at all?
On line 2 of the "Complete job" step, it mentions this command:
docker cp src=/data/.cache/act/f4/1cef77644f38300adc245bd8163db2c0e1de5f17a02e3a3515052350c1c43d/ dst=/var/run/act/actions/f4/1cef77644f38300adc245bd8163db2c0e1de5f17a02e3a3515052350c1c43d/
but the UI doesn't mention if this command fails correctly or not. That said, it's the only thing that can fail, unless we've got another excellent Forgejo runner error report issue on our hands.955c262884
e012843898
e012843898
07fd83cefc
AFAICT, there's nothing in the workflow that causes the nix store to be cached.
I think we'd get an error if that copy failed, but if that nix action was trying to copy data to
/var/run/act/
then that probably failed because the runner is in Docker (that path doesn't exist on the host) so sounds like that action might be making assumptions about the environment...In either case, the latest failure suggests the problem is trying to push to a branch that doesn't exist on the upstream.
The flake can be bumped manually for now right, to fix the rocksdb version.
https://github.com/samueldr/lix-gha-installer-action
https://git.madhouse-project.org/actions
Might be interesting to use as well :p
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.