jjb: lttng-modules: disable -Werror for kernel builds
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 8 Jun 2022 18:35:31 +0000 (14:35 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 8 Jun 2022 18:35:31 +0000 (14:35 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: I0f34bcaff17ba61279f089d7619eb4aa0efd873f

scripts/lttng-modules/param-build.sh

index 902ee72db2871ca22df78256f6d4944f6fe63e01..ef7a3d0d8fa021b8b8ed194f1dfa9bd6e87366d5 100644 (file)
@@ -267,6 +267,9 @@ build_linux_kernel() {
       scripts/config --disable CONFIG_IGBVF
     fi
 
+    # Don't fail the build on warnings
+    scripts/config --disable CONFIG_WERROR
+
     # Set required options
     scripts/config --enable CONFIG_TRACEPOINTS
     scripts/config --enable CONFIG_KALLSYMS
This page took 0.024361 seconds and 4 git commands to generate.