Skip to content

Commit

Permalink
linter: prepare for using clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergstroem committed Nov 12, 2015
1 parent 5576419 commit 386c965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup/linter/ansible-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ packages:
- gmake
- ccache
- node
- llvm-devel
2 changes: 1 addition & 1 deletion setup/linter/resources/jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pidfile="/var/run/jenkins/jenkins.pid"
command="/usr/sbin/daemon"
procname="/usr/local/openjdk7/bin/java"
command_args="-r -p ${pidfile} ${procname} -jar ${jenkins_jar} ${jenkins_args} > ${jenkins_log_file} 2>&1"
env="PATH=${PATH} OSTYPE=${OSTYPE} NODE_COMMON_PIPE=${NODE_COMMON_PIPE} CC=cc CXX=c++"
env="CLANG_FORMAT=clang-format-devel PATH=${PATH} OSTYPE=${OSTYPE} NODE_COMMON_PIPE=${NODE_COMMON_PIPE} CC=cc CXX=c++"
required_files="${procname} ${jenkins_jar}"

start_precmd="jenkins_prestart"
Expand Down

0 comments on commit 386c965

Please sign in to comment.