Skip to content

Commit 0d4f7dc

Browse files
committed
Jenkinsfile: disable rule parse profiling.
1 parent b67f45f commit 0d4f7dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ pipeline {
4444
eval $(opam config env)
4545
eval $(perl -I "~/perl5/lib/perl5" -Mlocal::lib)
4646
export KOMPILE_FLAGS=-O2
47-
make -j4 profile-rule-parsing --output-sync=line
47+
make -j4 --output-sync=line
4848
'''
4949
} }
5050
}
51-
post { success {
52-
archiveArtifacts 'dist/timelogs.d/timelogs.csv'
53-
} }
51+
// post { success {
52+
// archiveArtifacts 'dist/timelogs.d/timelogs.csv'
53+
// } }
5454
}
5555
stage ( 'Re-compile w/ timeout' ) { steps {
5656
timeout(time: 8, unit: 'SECONDS' ) {

0 commit comments

Comments
 (0)