Main is failing to build on Nix #896
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: continuwuation/continuwuity#896
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
So, with the recent nix merges, I'm running into this issue when switching back to main:
Both individual PRs, #891 and #885, work fine when used as the build. But the current main seems to be busted aside from that
Going back, it seems to be potentially related to this change?
d98ce2c7b9 (diff-1b290eb385892bfd4870c08a785598e98c8691b7)
That error looks like it's choking on the glob include of the new crates for the documentation generation. I'm not sure if the Nix rust stuff just doesn't support that feature?
I'm trying to isolate the behaviour, because it feels like it should work if src/* hasnt been causing any issues either
It looks like the files for src is being loaded to store, but the files for xtask isnt?
Fixed with merge