# Objective - CI on main has been failing since #13640 was merged. - Here's the [offending run](https://github.com/bevyengine/bevy/actions/runs/9352635857/job/25741242787). - One of the patch files is out of date, so it failed in the validation check. ## Solution - Regenerate the patch file. (The location has been moved to `cluster/mod.rs`.) ## Testing - Run `git apply tools/example-showcase/reduce-light-cluster-config.patch` - It should change `bevy_pbr/src/cluster/mod.rs` on line 239, decreasing `total` and `z_slices`. - CI's validation checks should also verify that this works, though only after it gets merged. |
||
|---|---|---|
| .. | ||
| src | ||
| asset-source-website.patch | ||
| Cargo.toml | ||
| disable-audio.patch | ||
| extra-window-resized-events.patch | ||
| fixed-window-position.patch | ||
| reduce-light-cluster-config.patch | ||
| remove-desktop-app-mode.patch | ||
| window-settings-wasm.patch | ||