Skip to content

community/buildah: re-enable on ppc64le & fix implicit declaration of basename

Celeste requested to merge Celeste/aports:upgrade-buildah into master

ppc64le was disabled in !61262 (merged), but it is actually ginkgo that is failing to build, not buildah.

make docs depends on make install.tools, and will build ginkgo, go-md2man, and golangci-lint.

Calling make -C docs directly prevents that, and passing the GOMD2MAN variable allows it to use the system go-md2man binary.

Edited by Celeste

Merge request reports