Skip to content

Commit

Permalink
Jenkinsfile: disable rule parse profiling.
Browse files Browse the repository at this point in the history
  • Loading branch information
chathhorn committed Sep 4, 2019
1 parent 4ba88db commit 7165ccc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ pipeline {
eval $(opam config env)
eval $(perl -I "~/perl5/lib/perl5" -Mlocal::lib)
export KOMPILE_FLAGS=-O2
make -j4 profile-rule-parsing --output-sync=line
make -j4 --output-sync=line
'''
} }
}
post { success {
archiveArtifacts 'dist/timelogs.d/timelogs.csv'
} }
// post { success {
// archiveArtifacts 'dist/timelogs.d/timelogs.csv'
// } }
}
stage ( 'Re-compile w/ timeout' ) { steps {
timeout(time: 8, unit: 'SECONDS' ) {
Expand Down

0 comments on commit 7165ccc

Please sign in to comment.