Skip to content

Update to nightly-2026-04-16#822

Merged
DaAlbrecht merged 8 commits into
mainfrom
nightly-2026-04-30
Jun 25, 2026
Merged

Update to nightly-2026-04-16#822
DaAlbrecht merged 8 commits into
mainfrom
nightly-2026-04-30

Conversation

@DaAlbrecht

@DaAlbrecht DaAlbrecht commented Jun 7, 2026

Copy link
Copy Markdown
Collaborator

We are pretty far behind, so let's update!

The main migration was that file_depinfo got removed in https://github.com/rust-lang/rust/pull/153778/changes

Other than that, not much. Took me a while to figure out that the huge linker error I got was due to the fact that my tmp dir had not enough space left for all the artifacts xD

One i set a custom TMPDIR it worked like a charm.

Closes #832

@DaAlbrecht DaAlbrecht added A-Linter Related to the linter and custom lints D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes S-Needs-Review The PR needs to be reviewed before it can be merged labels Jun 7, 2026
@DaAlbrecht DaAlbrecht requested a review from BD103 June 7, 2026 19:41
@DaAlbrecht DaAlbrecht changed the title Update to nightly-2026-04-30 Update to nightly-2026-04-16 Jun 8, 2026

@BD103 BD103 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good! I think the CI errors are caused by flake.lock being out of date. The Rust overlay hardcodes which nightly Rust versions are supported, but the locked version is too old to know about nightly-2026-04-16.

I think running nix flake lock or nix flake update should fix this. Either way, please merge this when CI is fixed :)

@DaAlbrecht DaAlbrecht enabled auto-merge (squash) June 25, 2026 06:21
@DaAlbrecht DaAlbrecht merged commit d21e827 into main Jun 25, 2026
24 checks passed
@DaAlbrecht DaAlbrecht deleted the nightly-2026-04-30 branch June 25, 2026 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Linter Related to the linter and custom lints D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes S-Needs-Review The PR needs to be reviewed before it can be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bevy_lint raises an error on Bevy 0.19's usage of cfg_select

2 participants