confs: !!python/tuple [std, prod]
filter: ''
touchstone: ''
+ - '{job_prefix}babeltrace_{version}_{buildtype}':
+ buildtype: yoctobuild
+ platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64]
+ builds: !!python/tuple [std]
+ confs: !!python/tuple [std]
+ filter: ''
+ touchstone: ''
- '{job_prefix}babeltrace_{version}_{buildtype}':
buildtype: macosbuild
platforms: !!python/tuple [macos-amd64, macos-arm64]
builds: !!python/tuple [std]
confs: !!python/tuple [std]
touchstone: '(build == "std")'
+ - '{job_prefix}liburcu_{version}_{buildtype}':
+ buildtype: yoctobuild
+ platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64]
+ builds: !!python/tuple [std]
+ confs: !!python/tuple [std]
+ touchstone: '(build == "std")'
- '{job_prefix}liburcu_{version}_{buildtype}':
buildtype: macosbuild
platforms: !!python/tuple [macos-amd64, macos-arm64]
testtypes: !!python/tuple [base]
filter: ''
touchstone: ''
+ - '{job_prefix}lttng-tools_{version}_{buildtype}':
+ buildtype: yoctobuild
+ version: master
+ ustversion: master
+ platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64]
+ builds: !!python/tuple [std]
+ confs: !!python/tuple [std]
+ urcuversions: !!python/tuple [master]
+ babelversions: !!python/tuple [stable-2.0]
+ testtypes: !!python/tuple [base]
+ filter: ''
+ touchstone: ''
- '{job_prefix}lttng-tools_{version}_{buildtype}':
buildtype: macosbuild
version: master
liburcu_versions: !!python/tuple [stable-0.13, master]
filter: ''
touchstone: ''
+ - '{job_prefix}lttng-ust_{version}_{buildtype}':
+ buildtype: yoctobuild
+ version: master
+ platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64]
+ builds: !!python/tuple [std]
+ confs: !!python/tuple [std]
+ liburcu_versions: !!python/tuple [stable-0.13, master]
+ filter: ''
+ touchstone: ''
- '{job_prefix}lttng-ust_{version}_{buildtype}':
buildtype: freebsdbuild
version: master
if vergte "$PACKAGE_VERSION" "2.0"; then
CONF_OPTS+=("--enable-python-bindings" "--enable-python-plugins")
fi
+
+ # Something is broken in docbook-xml on yocto
+ if [[ "$platform" = yocto* ]]; then
+ CONF_OPTS+=("--disable-man-pages")
+ fi
;;
esac
*)
echo "Standard configuration"
+
+ # Something is broken in docbook-xml on yocto
+ if [[ "$platform" = yocto* ]]; then
+ CONF_OPTS+=("--disable-man-pages")
+ fi
;;
esac
*)
echo "Standard configuration"
+
+ # Something is broken in docbook-xml on yocto
+ if [[ "$platform" = yocto* ]]; then
+ CONF_OPTS+=("--disable-man-pages")
+ fi
;;
esac