Bump our toolchain version #249
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#249
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?
We might want to update our Rust version.
It can be done by changing the commit of Nixpkgs we use.
But we must also update our cache (nix.web.deuxfleurs.fr) with some Rust compilers as we don't want to recompile them when the runner's cache is flushed or cold. This is the complex and slow part of the process.
We should also document the process to make it easier for me, and allow other people to do it easily.
We also might want considering Nix Flakes and/or create profile to have a more clever garbage collection at the runner level (I suspect that the whole cache is flushed each time the GC is run because all the build derivations are dangling ones).
Also consider changing
musleabihf
tomusleabi
on ARM to extend our compatibility. The impact of not forcing hard float seems to be limited for ARM CPU that have a FPU.We should also update the containers that we use. Currently, we are running nixos-21.05 but nixos-21.11 is available and soon nixos-22.05.
Fixed by #400