Skip to content

Commit

Permalink
Properly build kernel package
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Dec 20, 2017
1 parent 63c4038 commit be74fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ node('docker && linux-build') {
sh '''#!/bin/bash
set +xe
export CCACHE_DIR=$WORKSPACE/ccache
make kernel KERNEL_DIR=kernel
make kernel KERNEL_DIR=kernel-mainline
make kernel-build KERNEL_DIR=kernel
make kernel-build KERNEL_DIR=kernel-mainline
'''
}

Expand Down

0 comments on commit be74fae

Please sign in to comment.