Skip to content

Commit

Permalink
lkl: partially revert of unnecessary deleted line
Browse files Browse the repository at this point in the history
Fixes: 32d5d7c ("lkl: cache linus tree for checkpatch")
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Feb 14, 2017
1 parent 906316f commit 8b39cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ machine:
environment:
CROSS_COMPILE: $(case $CIRCLE_NODE_INDEX in 0) host='' ;; 1) host='i686-w64-mingw32-' ;; 2) host='arm-linux-androideabi-' ;; esac; echo $host)
MKARG: $(case $CIRCLE_NODE_INDEX in 0) mkarg='dpdk=yes' ;; 1) host='i686-w64-mingw32-' ;; 2) host='arm-linux-androideabi-' ;; esac; echo $mkarg)

PATH: /home/ubuntu/android-toolchain/bin:${PATH}

## Customize dependencies
dependencies:
Expand Down

0 comments on commit 8b39cae

Please sign in to comment.