@@ -141,35 +141,35 @@ pipeline {
141
141
// }
142
142
// }
143
143
144
- stage(' Fedora 27/gcc-7.2.1/llvm-4.0.1 (Debug)' ) {
145
- agent { docker { image ' fedora:27' } }
146
- steps {
147
- sh ' sudo /bin/bash -c "source ./script/installation/packages.sh"'
148
- sh ' python ./script/validators/source_validator.py'
149
- sh ' mkdir build'
150
- sh ' cd build && PATH=/usr/lib64/llvm4.0/bin:$PATH cmake -DCMAKE_CXX_FLAGS="-isystem /usr/include/llvm4.0" -DCMAKE_BUILD_TYPE=Debug -DUSE_SANITIZER=Address -DCOVERALLS=False .. && make -j4'
151
- sh ' cd build && make check -j4'
152
- sh ' cd build && make install'
153
- sh ' cd build && bash ../script/testing/psql/psql_test.sh'
154
- sh ' sudo dnf -q install -y wget java-devel' // prerequisites for jdbc_validator
155
- sh ' cd build && python ../script/validators/jdbc_validator.py'
156
- }
157
- }
144
+ // stage('Fedora 27/gcc-7.2.1/llvm-4.0.1 (Debug)') {
145
+ // agent { docker { image 'fedora:27' } }
146
+ // steps {
147
+ // sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
148
+ // sh 'python ./script/validators/source_validator.py'
149
+ // sh 'mkdir build'
150
+ // sh 'cd build && PATH=/usr/lib64/llvm4.0/bin:$PATH cmake -DCMAKE_CXX_FLAGS="-isystem /usr/include/llvm4.0" -DCMAKE_BUILD_TYPE=Debug -DUSE_SANITIZER=Address -DCOVERALLS=False .. && make -j4'
151
+ // sh 'cd build && make check -j4'
152
+ // sh 'cd build && make install'
153
+ // sh 'cd build && bash ../script/testing/psql/psql_test.sh'
154
+ // sh 'sudo dnf -q install -y wget java-devel' // prerequisites for jdbc_validator
155
+ // sh 'cd build && python ../script/validators/jdbc_validator.py'
156
+ // }
157
+ // }
158
158
159
- stage(' Fedora 27/gcc-7.2.1/llvm-4.0.1 (Release)' ) {
160
- agent { docker { image ' fedora:27' } }
161
- steps {
162
- sh ' sudo /bin/bash -c "source ./script/installation/packages.sh"'
163
- sh ' python ./script/validators/source_validator.py'
164
- sh ' mkdir build'
165
- sh ' cd build && PATH=/usr/lib64/llvm4.0/bin:$PATH cmake -DCMAKE_CXX_FLAGS="-isystem /usr/include/llvm4.0" -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
166
- sh ' cd build && make check -j4'
167
- sh ' cd build && make install'
168
- sh ' cd build && bash ../script/testing/psql/psql_test.sh'
169
- sh ' sudo dnf -q install -y wget java-devel' // prerequisites for jdbc_validator
170
- sh ' cd build && python ../script/validators/jdbc_validator.py'
171
- }
172
- }
159
+ // stage('Fedora 27/gcc-7.2.1/llvm-4.0.1 (Release)') {
160
+ // agent { docker { image 'fedora:27' } }
161
+ // steps {
162
+ // sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
163
+ // sh 'python ./script/validators/source_validator.py'
164
+ // sh 'mkdir build'
165
+ // sh 'cd build && PATH=/usr/lib64/llvm4.0/bin:$PATH cmake -DCMAKE_CXX_FLAGS="-isystem /usr/include/llvm4.0" -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
166
+ // sh 'cd build && make check -j4'
167
+ // sh 'cd build && make install'
168
+ // sh 'cd build && bash ../script/testing/psql/psql_test.sh'
169
+ // sh 'sudo dnf -q install -y wget java-devel' // prerequisites for jdbc_validator
170
+ // sh 'cd build && python ../script/validators/jdbc_validator.py'
171
+ // }
172
+ // }
173
173
174
174
// stage('CentOS 7/gcc-4.8.5/llvm-3.9.1 (Debug)') {
175
175
// agent { docker { image 'centos:7' } }
0 commit comments