bevy/tools
Kristoffer Søholm 9214fd649d
Fix compilation of compile_fail_utils when not using rustup (#18394)
# Objective

Currently the `compile_fail_utils` crate fails to compile (ironic) when
the `RUSTUP_HOME` env var isn't set. This has been the case for a long
time, but I only noticed it recently due to rust-analyzer starting to
show the error.

## Solution

Only filter the logs for the `RUSTUP_HOME` variable if it's set.
2025-03-30 02:33:03 +00:00
..
build-easefunction-graphs Add print_stdout and print_stderr lints (#17446) (#18233) 2025-03-11 19:35:48 +00:00
build-templated-pages Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
build-wasm-example Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
ci Add no_std support to bevy (#17955) 2025-03-07 03:39:46 +00:00
compile_fail_utils Fix compilation of compile_fail_utils when not using rustup (#18394) 2025-03-30 02:33:03 +00:00
example-showcase Split example file docblock and code when generating web examples markdown (#18191) 2025-03-19 20:01:37 +00:00
publish.sh don't wait during publishing (#18563) 2025-03-26 21:27:29 +00:00