File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pipeline {
33
33
sh '''ccache -s -z'''
34
34
35
35
echo 'Configure...'
36
- sh '''make -f run_configure.mk OMRGLUE=./example/glue SPEC=linux_x86-64_cmprssptrs PLATFORM=amd64-linux64-gcc HAS_AUTOCONF=1 distclean all'''
36
+ sh '''make -f run_configure.mk OMRGLUE=./example/glue SPEC=linux_x86-64_cmprssptrs PLATFORM=amd64-linux64-gcc HAS_AUTOCONF=1 all'''
37
37
38
38
echo 'Compile...'
39
39
sh '''make -j4'''
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pipeline {
19
19
sh '''ccache -s -z'''
20
20
21
21
echo 'Configure...'
22
- sh '''make -f run_configure.mk OMRGLUE=./example/glue SPEC=linux_x86-64_cmprssptrs PLATFORM=amd64-linux64-gcc HAS_AUTOCONF=1 distclean all'''
22
+ sh '''make -f run_configure.mk OMRGLUE=./example/glue SPEC=linux_x86-64_cmprssptrs PLATFORM=amd64-linux64-gcc HAS_AUTOCONF=1 all'''
23
23
24
24
echo 'Compile...'
25
25
sh '''make -j4'''
Original file line number Diff line number Diff line change 23
23
24
24
set -evx
25
25
26
- time make -f run_configure.mk OMRGLUE=./example/glue SPEC=${SPEC} PLATFORM=${PLATFORM} HAS_AUTOCONF=1 distclean all
26
+ time make -f run_configure.mk OMRGLUE=./example/glue SPEC=${SPEC} PLATFORM=${PLATFORM} HAS_AUTOCONF=1 all
27
27
if test " x$RUN_LINT " = " xyes" ; then
28
28
llvm-config --version
29
29
clang++ --version
You can’t perform that action at this time.
0 commit comments