From a75c135b5bb3c817ff0d9605c5cfabbfa721c13b Mon Sep 17 00:00:00 2001 From: eine Date: Sun, 7 Feb 2021 15:33:12 +0100 Subject: ci: use image 'ghdl/debug:base' as the base of 'ghdl/doc' --- .github/workflows/Test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 80da70801..7ad6b2a1d 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -26,10 +26,8 @@ jobs: - name: Build ghdl/doc run: | docker build -t ghdl/doc . -f- <<-EOF - FROM ghdl/build:buster-mcode + FROM ghdl/debug:base ENV PYTHONPATH=/opt/ghdl/pyGHDL - RUN apt update -qq && apt install -y python3-pip gnat-gps graphviz \ - && ln -s /usr/bin/pip3 /usr/bin/pip COPY . /opt/ghdl RUN cd /opt/ghdl && ./configure && make && make install EOF -- cgit v1.2.3