diff options
Diffstat (limited to 'app-containers/buildah/files/buildah-1.38.0-disable-tests.patch')
-rw-r--r-- | app-containers/buildah/files/buildah-1.38.0-disable-tests.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app-containers/buildah/files/buildah-1.38.0-disable-tests.patch b/app-containers/buildah/files/buildah-1.38.0-disable-tests.patch new file mode 100644 index 000000000000..a3a73f01d9cd --- /dev/null +++ b/app-containers/buildah/files/buildah-1.38.0-disable-tests.patch @@ -0,0 +1,8 @@ +--- a/Makefile ++++ b/Makefile +@@ -56 +56 @@ +-all: bin/buildah bin/imgtype bin/copy bin/inet bin/tutorial docs ++all: bin/buildah docs +@@ -122 +122 @@ +-docs: install.tools ## build the docs on the host ++docs: ## build the docs on the host |