From ebc690e1152e7dace19b40b5882a8cead6813be5 Mon Sep 17 00:00:00 2001 From: Marko Kosunen Date: Tue, 9 Jul 2024 07:41:56 +0300 Subject: [PATCH] Fixup --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a8f61ae..aca0296 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN cd /root && wget https://github.com/ghdl/ghdl/archive/refs/tags/v3.0.0.tar.g # Yosys, contans also verilator and GHDL # This did not work yet RUN cd /usr/local && wget https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-07-09/oss-cad-suite-linux-x64-20240709.tgz && tar xvzf ./oss-cad-suite-linux-x64-20240709.tgz && rm ./oss-cad-suite-linux-x64-20240709.tgz -ENV PATH=${PATH}:/usr/local/oss-cad-suite/bin +#ENV PATH=${PATH}:/usr/local/oss-cad-suite/bin # Run the job MUST use exec format to pass parameters