CI: rfl: add temporary commit for compiler bug
The compiler is fixing a bug [1] that Rust for Linux happened to trigger, thus temporarily add Benno's patch to the CI job. As usual, the patch will eventually make it to the Linux kernel so that both sides are good. Cc: Benno Lossin <lossin@kernel.org> Link: https://github.com/rust-lang/rust/pull/149389 [1] Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
parent
f5a8b86695
commit
6a3baf6f27
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
set -euo pipefail
|
||||
|
||||
# https://github.com/rust-lang/rust/pull/151534
|
||||
LINUX_VERSION=eb268c7972f65fa0b11b051c5ef2b92747bb2b62
|
||||
# https://github.com/rust-lang/rust/pull/149389
|
||||
LINUX_VERSION=167ea5357eb7c3a39200627a36dfbfe249576192
|
||||
|
||||
# Build rustc, rustdoc, cargo, clippy-driver and rustfmt
|
||||
../x.py build --stage 2 library rustdoc clippy rustfmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue