We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c18d6 commit 612388cCopy full SHA for 612388c
1 file changed
Dockerfile.ghdl
@@ -20,7 +20,8 @@ WORKDIR /tmp/ghdl
20
RUN ./configure --with-gcc=/tmp/gcc-12.2.0 --prefix=/usr/local --enable-libghdl
21
RUN make -j$(nproc)
22
23
-RUN make libs.vhdl.gcc GHDL=$(pwd)/ghdl
+RUN mkdir -p /usr/local/bin && cp -p ghdl /usr/local/bin/ghdl
24
+RUN make libs.vhdl.gcc
25
RUN make install
26
27
# Final Stage
0 commit comments