jjb: lttng-modules: disable SORTTAB in kernel builds
[lttng-ci.git] / scripts / lttng-modules / param-build.sh
index 178c434465d7b720efada4a57d878d97d8f0dce8..4147c44a64a95688a6123680ccf5e50b7671ad0a 100644 (file)
@@ -288,6 +288,9 @@ build_linux_kernel() {
     # Starting with v6.1-rc6
     sed -i 's/^objtool-enabled := .*/objtool-enabled := /' scripts/Makefile.vmlinux_o || true
 
+    # Disable SORTTAB
+    sed -i 's/is_enabled CONFIG_BUILDTIME_TABLE_SORT/is_enabled CONFIG_NONEXISTANT/' scripts/link-vmlinux.sh || true
+
     # Debug
     #cat .config
 
This page took 0.021965 seconds and 4 git commands to generate.