X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fliburcu.yaml;h=05508ff7b3357761f3a2c60d8367e8f5a65921d1;hb=c2bc1692be7e678b424e0ca80f1b5a5a09aeff31;hp=190e4637f522ce31d2b31e4c9a046433a6c70ee6;hpb=be76d0485cffb81dfbff4247ed53d2ddfbf586f7;p=lttng-ci.git diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 190e463..05508ff 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -117,26 +117,26 @@ condition-kind: strings-match on-evaluation-failure: run condition-string1: '${{arch}}' - condition-string2: 'msys32' + condition-string2: 'msys2-mingw32' steps: - inject: properties-content: 'MSYSTEM=MINGW32' - shell: !include-raw-escape: - - scripts/common/msys32-shebang + - scripts/common/msys2-shebang - scripts/common/cygwin-prefix - scripts/liburcu/build.sh - conditional-step: condition-kind: strings-match on-evaluation-failure: run condition-string1: '${{arch}}' - condition-string2: 'msys64' + condition-string2: 'msys2-mingw64' steps: - inject: properties-content: 'MSYSTEM=MINGW64' - shell: !include-raw-escape: - - scripts/common/msys64-shebang + - scripts/common/msys2-shebang - scripts/common/cygwin-prefix - scripts/liburcu/build.sh @@ -279,6 +279,11 @@ arch: !!python/tuple [armhf, arm64, powerpc, ppc64el] build: !!python/tuple [std] conf: !!python/tuple [std, static, tls_fallback, debug-rcu] + - 'liburcu_{version}_{buildtype}': + buildtype: slesbuild + arch: !!python/tuple [sles12sp2] + build: !!python/tuple [std] + conf: !!python/tuple [std] - 'liburcu_{version}_{buildtype}': buildtype: solarisbuild arch: !!python/tuple [solaris10, solaris11]