bt benchmark: Add further ignored commits
[lttng-ci.git] / scripts / lttng-modules / param-build.sh
index ef7a3d0d8fa021b8b8ed194f1dfa9bd6e87366d5..4147c44a64a95688a6123680ccf5e50b7671ad0a 100644 (file)
@@ -285,6 +285,11 @@ build_linux_kernel() {
 
     # FIXME: disable objtool on vmlinux, it OOMs on allyesconfig
     sed -i 's/objtool_link vmlinux.o//' scripts/link-vmlinux.sh || true
+    # 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.023841 seconds and 4 git commands to generate.