Crossbuilds are run in qemu-user which doesn't support
disabling transparent huge pages.
# Build docs when tools are available
- if which linuxdoc pdflatex sgmlsasp >/dev/null ; then $MAKE docs ; fi
# Check that the reported version is the right one
- - ${CROSS_RUN} ./bird --version |& tee obj/version-built
+ - ${CROSS_RUN} ./bird --version |& grep -v 'Cannot disable transparent huge pages' | tee obj/version-built
- diff obj/version-built version-expected
.build-docker-linux-amd64: &build-docker-linux-amd64
# Build docs when tools are available
- if which linuxdoc pdflatex sgmlsasp >/dev/null ; then $MAKE docs ; fi
# Check that the reported version is the right one
- - ${CROSS_RUN} ./bird --version |& tee obj/version-built
+ - ${CROSS_RUN} ./bird --version |& grep -v 'Cannot disable transparent huge pages' | tee obj/version-built
- diff obj/version-built version-expected
.build-docker-linux-amd64: &build-docker-linux-amd64