Skip to content

Commit 37daf44

Browse files
committed
rv: disable sparse for gcc allmodconfig due to noise
Signed-off-by: Conor Dooley <[email protected]>
1 parent a5de899 commit 37daf44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests_rv/patch/build_rv64_gcc_allmodconfig/build_rv64_gcc_allmodconfig.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tuxmake --wrapper ccache --target-arch riscv -e PATH=$PATH --directory . \
4848
--environment=KBUILD_BUILD_TIMESTAMP=@1621270510 \
4949
--environment=KBUILD_BUILD_USER=tuxmake --environment=KBUILD_BUILD_HOST=tuxmake \
5050
-o $tmpdir_o -b $tmpdir_b --toolchain gcc -z none --kconfig allmodconfig \
51-
-K CONFIG_WERROR=n -K CONFIG_GCC_PLUGINS=n W=1 C=1 \
51+
-K CONFIG_WERROR=n -K CONFIG_GCC_PLUGINS=n W=1 \
5252
CROSS_COMPILE=riscv64-linux- \
5353
config default \
5454
> $tmpfile_o
@@ -63,7 +63,7 @@ tuxmake --wrapper ccache --target-arch riscv -e PATH=$PATH --directory . \
6363
--environment=KBUILD_BUILD_TIMESTAMP=@1621270510 \
6464
--environment=KBUILD_BUILD_USER=tuxmake --environment=KBUILD_BUILD_HOST=tuxmake \
6565
-o $tmpdir_o -b $tmpdir_b --toolchain gcc -z none --kconfig allmodconfig \
66-
-K CONFIG_WERROR=n -K CONFIG_GCC_PLUGINS=n W=1 C=1 \
66+
-K CONFIG_WERROR=n -K CONFIG_GCC_PLUGINS=n W=1 \
6767
CROSS_COMPILE=riscv64-linux- \
6868
config default \
6969
> $tmpfile_n || rc=1

0 commit comments

Comments
 (0)