File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ pipeline {
5
5
}
6
6
}
7
7
stages {
8
- stage(' set ccsid workaround' ) {
9
- steps {
10
- sh ' find src/ -name \\ *.rpglesql | xargs setccsid 819'
11
- }
12
- }
13
8
stage(' configure' ) {
14
9
steps {
15
10
sh ' python3 ./configure'
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ xmlstoredp.srvpgm: xmlstoredp.module $(COMMON)
95
95
touch $@
96
96
97
97
% .module : src/% .rpglesql
98
- system " CRTSQLRPGI OBJ($( LIBRARY) /$* ) SRCSTMF('$<') OBJTYPE(*MODULE) REPLACE(*YES) COMPILEOPT('INCDIR(''src/'') TGTCCSID(37)')" > $* .log 2> $* .msg && rm $* .log $* .msg || touch $* .failed
98
+ system " CRTSQLRPGI OBJ($( LIBRARY) /$* ) SRCSTMF('$<') OBJTYPE(*MODULE) REPLACE(*YES) RPGPPOPT(*LVL2) COMPILEOPT('INCDIR(''src/'') TGTCCSID(37)')" > $* .log 2> $* .msg && rm $* .log $* .msg || touch $* .failed
99
99
test ! -e $* .msg || cat $* .msg
100
100
test ! -e $* .log || ./parse.sh $* .log
101
101
if [ -e $* .failed ]; then rm $* .failed; exit 1; fi
You can’t perform that action at this time.
0 commit comments