Skip to content

Commit 1bc4db8

Browse files
committed
verbose kbuild
1 parent 1d30539 commit 1bc4db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ CONFIG_KUNIT=y
125125
CONFIG_RUST_KERNEL_DOCTESTS=y
126126
EOF
127127

128-
make -C linux LLVM=1 -j$(($(nproc) + 1)) \
128+
make -C linux KBUILD_VERBOSE=1 LLVM=1 -j$(($(nproc) + 1)) \
129129
rustavailable \
130130
defconfig \
131131
rfl-for-bindgen-ci.config
132132

133133
# Build Rust for Linux
134-
make -C linux LLVM=1 -j$(($(nproc) + 1)) \
134+
make -C linux LLVM=1 KBUILD_VERBOSE=1 -j$(($(nproc) + 1)) \
135135
samples/rust/rust_minimal.o \
136136
samples/rust/rust_print_main.o \
137137
drivers/net/phy/ax88796b_rust.o

0 commit comments

Comments
 (0)