File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
buildenv/jenkins/variables Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,10 @@ ppc64_aix:
271271 8 : ' aix-ppc64-normal-server-release'
272272 11 : ' aix-ppc64-normal-server-release'
273273 node_labels :
274- build : ' ci.role.build && hw.arch.ppc64 && sw.os.aix.7_2'
274+ build :
275+ all : ' ci.role.build && hw.arch.ppc64 && sw.os.aix.7_2 && !sw.tool.c++runtime.17_1'
276+ 25 : ' ci.role.build && hw.arch.ppc64 && sw.os.aix.7_2 && sw.tool.c++runtime.17_1'
277+ next : ' ci.role.build && hw.arch.ppc64 && sw.os.aix.7_2 && sw.tool.c++runtime.17_1'
275278 extra_configure_options :
276279 all : ' --with-cups-include=/opt/freeware/include'
277280 8 : ' --disable-ccache'
@@ -284,6 +287,11 @@ ppc64_aix:
284287 build_env :
285288 vars :
286289 all : ' PATH+XLC=/opt/IBM/xlC/16.1.0/bin:/opt/IBM/xlc/16.1.0/bin CC=xlclang CXX=xlclang++'
290+ 25 : ' PATH+XLC=/opt/IBM/openxlC/17.1.3/bin CC=ibm-clang CXX=ibm-clang_r'
291+ next : ' PATH+XLC=/opt/IBM/openxlC/17.1.3/bin CC=ibm-clang CXX=ibm-clang_r'
292+ extra_test_labels :
293+ 25 : ' sw.tool.c++runtime.17_1'
294+ next : ' sw.tool.c++runtime.17_1'
287295# ========================================#
288296# Linux x86 64bits
289297# ========================================#
You can’t perform that action at this time.
0 commit comments