From 5700eafb50bb254b1e874d4de8f62093c02f19f9 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 13 Sep 2019 08:58:38 -0400 Subject: Need to source the right gcc version for clang-format --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index f3a56ad..345e4ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,6 +10,7 @@ pipeline { stage('formatting-check') { steps { sh ''' + source /home/tgrogers-raid/a/common/gpgpu-sim-setup/common/export_gcc_version.sh 5.3.0 git remote add upstream https://github.com/purdue-aalp/gpgpu-sim_distribution git fetch upstream git diff --name-only upstream/dev | grep -E "*.cc|*.h|*.cpp|*.hpp" | xargs ./run-clang-format.py --clang-format-executable /home/tgrogers-raid/a/green349/clang-format -- cgit v1.3