Skip to content

Commit 56403c1

Browse files
ojedaUrgau
authored andcommitted
CI: rfl: add temporary commit for invalid_runtime_symbol_definitions
The compiler is adding `invalid_runtime_symbol_definitions` [1], thus temporarily add a patch. As usual, the patch will eventually make it to the Linux kernel so that both sides are good. Link: #155521 [1] Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 6eaa93f commit 56403c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ci/docker/scripts/rfl-build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
set -euo pipefail
44

5-
LINUX_VERSION=v7.1-rc1
5+
# https://github.com/rust-lang/rust/pull/155521
6+
LINUX_VERSION=0df88b7dc85c906a161c27d78c26e6d0e74c4310
67

78
# Build rustc, rustdoc, cargo, clippy-driver and rustfmt
89
../x.py build --stage 2 library rustdoc clippy rustfmt

0 commit comments

Comments
 (0)