Renamed x86 architecture
[lttng-ci.git] / jobs / lttng-modules.yaml
index 1395256587315caea045cbe7dcd118f0ee219edd..85711e99f6584ac99f8cd20498cbd9bd39c37cc3 100644 (file)
               password: COVERITY_SCAN_TOKEN
 
     builders:
+      - shell: |
+         git clone --depth=1 -b v4.4 --reference $HOME/gitcache/linux-stable.git/ git://artifacts.internal.efficios.com/git/linux-stable.git linux
+         cd linux
+         make defconfig
+         sed -i "s/# CONFIG_KALLSYMS_ALL is not set/CONFIG_KALLSYMS_ALL=y/g" .config
+         make modules_prepare
+         cd ..
       - shell:
          !include-raw-escape: scripts/common/coverity.sh
 
This page took 0.034872 seconds and 4 git commands to generate.