All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Dockerfile: add graphviz
@ 2020-01-16 19:51 Heinrich Schuchardt
  2020-01-17 16:24 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2020-01-16 19:51 UTC (permalink / raw)
  To: u-boot

In reStructured text documentation we somtimes find formatting problems.
Therefore I would like to add 'make htmldocs' to our Gitlab Ci steps and
let all warning result in a build failure.

For building the htmldocs target without warnings we need the Graphviz
package.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
resent due to missing Cc:u-boot at lists.denx.de
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index d73ff3f..7d6d322 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -49,6 +49,7 @@ RUN apt-get update && apt-get install -y \
 	flex \
 	gdisk \
 	git \
+	graphviz \
 	grub-efi-amd64-bin \
 	grub-efi-ia32-bin \
 	iasl \
--
2.24.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 1/1] Dockerfile: add graphviz
  2020-01-16 19:51 [PATCH 1/1] Dockerfile: add graphviz Heinrich Schuchardt
@ 2020-01-17 16:24 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-01-17 16:24 UTC (permalink / raw)
  To: u-boot

On Thu, Jan 16, 2020 at 08:51:09PM +0100, Heinrich Schuchardt wrote:

> In reStructured text documentation we somtimes find formatting problems.
> Therefore I would like to add 'make htmldocs' to our Gitlab Ci steps and
> let all warning result in a build failure.
> 
> For building the htmldocs target without warnings we need the Graphviz
> package.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to gitlab-ci-runner/master, thanks!

There's a new bionic tag so I'll be updating all of the images shortly
to contain this as well.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200117/d810ef51/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-17 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16 19:51 [PATCH 1/1] Dockerfile: add graphviz Heinrich Schuchardt
2020-01-17 16:24 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.