Attention is currently required from: Martin L Roth.
Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/76086?usp=email )
Change subject: util/docker/coreboot-sdk: Install GNAT meta package instead gnat-12 ......................................................................
util/docker/coreboot-sdk: Install GNAT meta package instead gnat-12
The versions of both GCC and GNAT need to be in sync and the meta package for GCC is already used. So use the meta package for GNAT as well.
Change-Id: Ifcd6960731bc02c70a510e520b385ca300caf88f Signed-off-by: Felix Singer felixsinger@posteo.net --- M util/docker/coreboot-sdk/Dockerfile 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/76086/1
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile index 7bd5a39..3fb6da2 100644 --- a/util/docker/coreboot-sdk/Dockerfile +++ b/util/docker/coreboot-sdk/Dockerfile @@ -37,7 +37,7 @@ gawk \ gcc \ git \ - gnat-12 \ + gnat \ golang \ graphicsmagick-imagemagick-compat \ graphviz \