Rust 1.80 breaks garage build #849
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#849
Loading…
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?
alyssais discovered that Rust 1.80.0 contains a couple of changes that break the build for
garage
. I'm opening this issue to coordinate efforts to make garage ready for 1.80.0.Citing the linked issue:
Full build logs for Garage 1.0.0
https://hydra.nixos.org/build/268878343/nixlog/1
Full build logs for Garage 0.8.7
https://hydra.nixos.org/build/268753102/nixlog/1
It looks like #847 is already bumping the
time
crate, so that might be all that's needed.The branche builds fine with rust 1.80.0, the actual nix toolchain update only use rust 1.77.2 as we're pulling from nixpkg 24.05, but I guess once we merge it
staging-next
should build as well. Do you have any kind of timeline we should consider? I take that staging-next is to become 24.11?staging-next will become nixos-unstable in around a week, and there is a compile error in anything that uses the
time
crate < 0.3.35: https://github.com/NixOS/nixpkgs/issues/332957staging-next
has been merged today. https://github.com/NixOS/nixpkgs/pull/332764