CI: rfl: move job forward to Linux v6.15-rc4 · rust-lang/rust@6e26762 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 6e26762
CI: rfl: move job forward to Linux v6.15-rc4
Signed-off-by: Miguel Ojeda ojeda@kernel.org
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -2,7 +2,7 @@ | ||
2 | 2 | |
3 | 3 | set -euo pipefail |
4 | 4 | |
5 | -LINUX_VERSION=v6.14-rc3 | |
5 | +LINUX_VERSION=v6.15-rc4 | |
6 | 6 | |
7 | 7 | # Build rustc, rustdoc, cargo, clippy-driver and rustfmt |
8 | 8 | ../x.py build --stage 2 library rustdoc clippy rustfmt |